Lwh2008-Equinox
2024-03-29 16:56 deepin
环境:Ubuntu-least
Reply Like 0 View the author
环境:Ubuntu-least
没用过玲珑,后面的看不懂
但前面的cmake错误很简单,没找到库
CMake Error at /usr/local/share/cmake-3.29/Modules/FindPkgConfig.cmake:912 (message):
None of the required 'ostree-1' found
Call Stack (most recent call first):
CMakeLists.txt:120 (pkg_search_module)
-- Checking for one of the modules 'libsystemd'
CMake Error at /usr/local/share/cmake-3.29/Modules/FindPkgConfig.cmake:912 (message):
None of the required 'libsystemd' found
Call Stack (most recent call first):
CMakeLists.txt:121 (pkg_search_module)
缺 libostree-dev 和 libsystemd-dev ?
可以先执行一遍dpkg-buildpackage,一般会自动补全build deps并开始编译和出deb包,如果想完整装到可以到obj目录手动执行make install
我在v23上编译linglong master是这个路径,暂时没有发现问题
可以先执行一遍dpkg-buildpackage,一般会自动补全build deps并开始编译和出deb包,如果想完整装到可以到obj目录手动执行make install
我在v23上编译linglong master是这个路径,暂时没有发现问题
我这个还停留在配置这一步。。。
sudo apt-get install libostree-1-dev libsystemd-dev
我这个还停留在配置这一步。。。
dpkg-buildpackage里已经包含自动配置这个步骤的
https://github.com/Lwh2008/linglong/actions/runs/8479072307
输出密密麻麻的。。。晕了。。。