mirror of
https://github.com/alibaba/tengine.git
synced 2026-03-13 07:51:16 +08:00
Installation
build the deb package
- install some basic packages
aptitude install build-essential debhelper make autoconf automake patch \
dpkg-dev fakeroot pbuilder gnupg dh-make libssl-dev libpcre3-dev
- 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