[Seek Help] 一个问题,估计影响不大
Tofloor
poster avatar
Lwh2008-Equinox
deepin
2022-11-17 23:54
Author

apt可以搜索到darling

但是如果将apt search darling改成

apt install darling

提示无法定位软件包

apt install Darling

还是提示无法定位软件包

搜到的软件包名字:Darling

上上个帖子里面说过了但是貌似不太明显所以我再说一遍

还有,如何用cmake编译软件,以前都是make,cmake和make还不一样,然后deepin上面的提示不像Debian是纯中文的所以嘛。。。

然后输入法问题我觉得还是安装v23吧。。。

Reply Favorite View the author
All Replies
fuuko
deepin
2022-11-18 00:03
#1

mkdir build && cd build && cmake .. && make -j8kissing_heart

Reply View the author
Lwh2008-Equinox
deepin
2022-11-18 00:07
#2
fuuko

mkdir build && cd build && cmake .. && make -j8kissing_heart

cmake后面的点是什么意思cmakelist.txt位置吗

Reply View the author
[^_^]
deepin
2022-11-18 00:18
#3
Lwh2008-Equinox

cmake后面的点是什么意思cmakelist.txt位置吗

是的。

编译可以使用

cmake --build .

. 表示在当前目录进行编译,后面可以跟 -j 指定并行数

安装也可以使用

sudo cmake --install .

. 表示编译目录。

Reply View the author
enforcee
deepin
2022-11-18 00:19
#4
Lwh2008-Equinox

cmake后面的点是什么意思cmakelist.txt位置吗

..就是上层文件夹的简写

如果是一个点.就是当前文件夹

Reply View the author
云的眼泪
deepin
2022-11-18 02:37
#5

包名应该是github.darlinghq.darling

apt install github.darlinghq.darling

image.png

Reply View the author
Lwh2008-Equinox
deepin
2022-11-18 03:19
#6
云的眼泪

包名应该是github.darlinghq.darling

apt install github.darlinghq.darling

image.png

oh。。。包名好长。。。虽然软件叫darling。。。

Reply View the author