简体   繁体   English

用于Boost库的Debian软件包

[英]Debian package for boost libraries

I want to create a debian package for boost libraries but it does not have a Makefile so i don't have an idea on how to create a package without the makefile. 我想为boost库创建一个debian软件包,但是它没有Makefile,所以我不知道如何在没有Makefile的情况下创建软件包。 Can you guide me how to proceed. 你能指导我如何进行。

create makefile containing 创建包含的makefile

all:
    ./bootstrap.sh
    ./b2 --build-dir=/tmp/boost-build

and anything else you require 还有您需要的其他任何东西

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM