项目作者: yipingp

项目描述 :
A shell script to generate ".deb" package (Software distribution)
高级语言: Shell
项目地址: git://github.com/yipingp/deb_packer.git
创建时间: 2020-05-24T10:03:59Z
项目社区:https://github.com/yipingp/deb_packer

开源协议:

下载


deb_packer

A simple debian packer for C++ applications.

Use it:

  1. Copy pack.sh to your C++ workspace folder
  2. Set parameters in pack.sh, for instance, your executable files and libraries path.
  3. Run
    1. ./pack.sh
  4. Change directory to output folder of pack.sh, run
    1. mkdir build
    2. cd build
    3. cmake ..
    4. make package