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