Files
Xiaochen Wang 5b2ebac9b8 Merge pull request #964 from PeterDaveHello/bump-debian-package-version
Update the Debian package version number
2017-11-27 18:47:44 +08:00
..
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2017-11-02 00:11:26 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00
2014-04-23 11:34:53 +08:00

Installation

build the deb package

  1. install some basic packages
aptitude install build-essential debhelper make autoconf automake patch \
 dpkg-dev fakeroot pbuilder gnupg dh-make libssl-dev libpcre3-dev      
  1. build package
    change to source directory
mv packages/debian .
DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -rfakeroot -uc -b

install the deb package

replace the deb name with the current version

sudo dpkg -i tengine_2.2.1-1_amd64.deb