|
发表于 2005-9-24 00:24:43
|
显示全部楼层
Post by bcjr
有的软件没有.deb包,需从源码编译安装,现请教的是:
从源码安装我猜想会不会也有依赖关系,安装了以后,apt-get update,其他文件改了,即就是源码安装文件所依赖的环境发生了变化,那从源码安装的程序,不会不会就不能执行了?
如果会出现上述情况,如何解决呢? You have 2 options:
1. Use checkinstall to install and create a deb, but you have to resolve the dependency manually. I mean you have to install the dependent packages one by one manually.
2. Use apt-build, it will download the relevant dependent packages source codes, build them one by one automatically and then install to your system.
I think using apt-build is a better option to you. |
|