源里那些安装后不能直接用的的lib都是怎么搞的啊
Tofloor
poster avatar
Emmmmmmmm
deepin
2020-02-04 22:49
Author
比如freetype2把文件都装在/usr/include/freetype2文件夹里不能正常使用,只能再给移到/usr/include里,这个我是会搞了。gtk2.0我现在还没搞懂,最后还差个/usr/include/gtkconfig.h文件,咋整呢?不考虑把源里的这些玩意调成能用的状态么......
Reply Favorite View the author
All Replies
avatar
pgxppp
deepin
2020-02-04 23:07
#1
可以改路径,可以做软链接,不知你要用来干什么,编程吗?
Reply View the author
avatar
Emmmmmmmm
deepin
2020-02-04 23:34
#2
https://bbs.deepin.org/post/188444
可以改路径,可以做软链接,不知你要用来干什么,编程吗?

是啊,但不知道怎么搞啊......
我只是个新手
Reply View the author
avatar
herdde
deepin
2020-02-05 00:17
#3
使用 apt-file
Reply View the author
avatar
Feng Yu
deepin
2020-02-05 00:41
#4
瞎搞,根本不是你这么弄的
Reply View the author
avatar
abc
deepin
2020-02-05 00:47
#5
原因: 依赖问题, 你可能少装了依赖软件.
这也是linux很多软件安装包特别小的原因, 大软件包都拆成小的. 避免重复安装运行库.
Reply View the author
avatar
zhangn1985
deepin
2020-02-05 01:01
#6
善用pkg-config 哪有你那样瞎弄的。
Reply View the author
avatar
ritter
deepin
2020-02-05 04:15
#7
Reply View the author
avatar
funtoo
deepin
2020-02-05 04:38
#8
建议先去了解下Debian的拆包机制,.pc,.h这些开发所需的文件会统一拆到-dev包里面,而不需要手动去移动文件位置。
Reply View the author
avatar
pgxppp
deepin
2020-02-05 04:48
#9
https://bbs.deepin.org/post/188444
瞎搞,根本不是你这么弄的

你倒是说怎么弄啊?
Reply View the author
avatar
superendermansm
deepin
2020-02-05 17:01
#10
装带-dev的包自动
Reply View the author