使用 checkinstall 制作 .deb 包时出现以下错误

发布于 2024-09-03 23:45:58 字数 470 浏览 7 评论 0原文

我正在使用 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.

I am using checkinstall to prepare debian package in my ubuntu machine. I did following procedure to prepare it

 source_file_directory/ make 
 checkinstall -D make install

I got following at the end.

   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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

另类 2024-09-10 23:45:58

你在make之前做了./configure吗?应该有一个自述文件,其中包含配置/编译/安装包的说明。

您不需要指定“make install”,因为这是默认设置。

Did you do the ./configure before the make? There should be a readme file with instructions to configure/compile/install the package.

You do not need to specify the 'make install' as that is the default.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文