我正在使用checkinstall在我的ubuntu机器上准备debian包。我按照下面的步骤做了准备
source_file_directory/ make
checkinstall -D make install最后我得到了关注。
Installing with make...Installing with install...
========================= Installation results ===========================
make: *** No rule to make target `install'. Stop.
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.发布于 2010-06-04 06:22:57
您是否在make之前执行了./configure?应该有一个自述文件,其中包含配置/编译/安装软件包的说明。
您不需要指定'make install‘,因为这是默认设置。
https://stackoverflow.com/questions/2970162
复制相似问题