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

Create a work directory

mkdir <workdir>
cd <workdir>

Donwload wnodes module, for example as follows:

cvs co cloudmanager
cd cloudmanager

Configure cloudmanager module

/bin/sh auto.sh
./configure --prefix=$PWD/usr --datadir=$PWD/usr/share --sysconfdir=$PWD/etc --localstatedir=$PWD/var --bindir=$PWD/usr/bin

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

make dist; make rpm

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

make; make install
