General information
-------------------

Create a work directory

mkdir <workdir>
cd <workdir>

Donwload wnodes module, for example as follows:

cvs co wnodes
cd wnodes

Configure wnodes code

/bin/sh auto.sh
./configure --prefix $HOME/<workdir>

How to build rpms
-----------------

./configure --prefix $HOME/<workdir>
make dist; make rpm

How to build and install wnodes
-----------------------------

./configure --prefix $HOME/<workdir>
make; make install

How to build only the wnodes_hypervisor rpm
-----------------------------------------

./configure --enable-hypervisor --prefix $HOME/<workdir>
make rpm

How to build only the wnodes_utils rpm
------------------------------------

./configure --enable-wnodes_utils --prefix $HOME/<workdir>
make rpm

How to build only the wnodes_logwatch rpm
---------------------------------------

./configure --enable-wnodes_logwatch --prefix $HOME/<workdir>
make rpm

How to build only the wnodes_bait rpm
-----------------------------------

./configure --enable-wnodes_bait --prefix $HOME/<workdir>
make rpm

How to build only the wnodes_nameserver rpm
-----------------------------------

./configure --enable-wnodes_nameserver --prefix $HOME/<workdir>
make rpm

How to build only the wnodes_manager rpm
-----------------------------------

./configure --enable-wnodes_manager --prefix $HOME/<workdir>
make rpm
