项目作者: yipingp
项目描述 :
A shell script to generate ".deb" package (Software distribution)
高级语言: Shell
项目地址: git://github.com/yipingp/deb_packer.git
deb_packer
A simple debian packer for C++ applications.
Use it:
- Copy pack.sh to your C++ workspace folder
- Set parameters in pack.sh, for instance, your executable files and libraries path.
- Run
./pack.sh
- Change directory to output folder of pack.sh, run
mkdir build
cd build
cmake ..
make package