-
Notifications
You must be signed in to change notification settings - Fork 17
HowToBuild
Marius Rieder edited this page Jun 11, 2014
·
2 revisions
Monitoringplug use autoconf/automake with autogen.sh for configuration and make for compilation.
tar -xzf monitoringplug-*.tar.gz
cd monitoringplug-*
./configure
make
make install
make rpm
make deb
git clone https://github.com/MonitoringPlug/monitoringplug.git
cd monitoringplug
./autogen.sh
./configure
make
make install
For building from Git you need some additional tools.
- Yacc
- Flex
- docbook