如何从源代码构建 Nautilus 3.70/3.80?

Tah*_*sha 7 dependencies nautilus

我已经使用漂亮的侧边栏将 PC 上的 nautilus 升级到 3.60,但我发现缺少递归搜索很困难。我已经下载了 Nautilus 3.7.5 和 3.7.1,它们已经取代了递归搜索,但无法编译。很多丢失的包错误。

外出时我在 ipad 上冲浪,我看到一个页面列出了 Nautilus 3.7.x 的所有 ubuntu 依赖项,但我愚蠢地忘记了将其添加为书签。

与其煞费苦心地./configure多次 ing 并lib####在缓存搜索后一个一个地安装文件,有人知道更好的方法,或者我可以在哪里再次找到该依赖项列表。谢谢。

这是来自丢失的包之一的消息之一。libtracker-sparql-0.14是 ubuntu 存储库tracker-0.15中的最新版本,也是 gnome git 存储库中的最新版本。我可以下载那个并尝试安装它,但我想将所有依赖项放在一起列表,或者如果有人已经这样做了,则找到一个列表,以便可以轻松安装。

configure: WARNING: 'missing' script is too old or missing
configure: error: Package requirements (tracker-sparql-0.16) were not met:

No package 'tracker-sparql-0.16' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables TRACKER_CFLAGS
and TRACKER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Run Code Online (Sandbox Code Playgroud)

下一页列出了基本依赖项

gnome 鹦鹉螺开发者页面

j0h*_*j0h 0

https://live.gnome.org/Nautilus/Development/Nautilus

安装说明,在 nautilus 3.8 版本源代码的 README 文本中引用。它列出了依赖项,并提供了安装说明。

您可能需要阅读源代码文件夹中的 README 文件。