mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
Build packages
Building the packages requires cmake, deb and rpm. For building packages, simly run the following commands:
mkdir build
cd build
cmake ..
cpack -G RPM .
cpack -G DEB .
When running on Debian/Ubuntu you can directly call 01_package.sh
to create your own packages.