GNUWire is a centrally managed, multi threaded, host integrity auditor for Unix style (GNU/Linux, Solaris, *BSD etc) systems and Windows. The project should be considered in late-stage alpha development for the following reasons:



If you feel brave after reading all of this you can check the code out of subversion with the following command:

svn co https://gnuwire.svn.sourceforge.net/svnroot/gnuwire/GNUWire GNUWire

You should see a listing of the source files as they are checking out. After the checkout process is complete do the following:

cd GNUWire
sh autogen.sh
./configure

If you see any errors here you might be missing a required dependency. The error messages should be self explanatory. Assuming the configure process worked you can build and install the code with the following commands:

make
make install