Files
ProxLB/packaging/README.md
2024-07-07 16:46:48 +02:00

293 B

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.