我想在 Ubuntu 上安装特殊软件。在它的安装指南中已经提到我必须将二进制文件和源文件彼此分开。这是什么意思?我怎样才能做到这一点?
我应该忽略有关分离二进制文件和源文件的说明吗?我从网上下载了特殊软件的git源码。它是一个 zip 文件,包含 9 个文件夹(“cmake”、“CMakefiles”、“docs”、“gui”、“modellingframework”、“optimisation”、“otbsuppl”、“QtpropertyBrowser”和“shared”)和 6 个文件(“Cmakelist.txt”、“GPLV3.txt”、“安装”、“许可证”、“LUMASSConfig.h.in”和“自述文件”)。我没看懂它们是什么?抱歉,我对 Linux 和 Ubuntu 非常陌生。
当我想安装 libqtcore4 或 libqtgui4 甚至 libqt4-xml 时,我得到了这个文本
maryam@maryam-MM061:~$ sudo apt-get install libqtcore4
[sudo] password for maryam:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libqtcore4 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 428 not upgraded.
Run Code Online (Sandbox Code Playgroud)
我使用 ubuntu 12.10 谢谢