Prerequisites
for building
- openwsman
- ruby, ruby-devel
for testing
- wsmand running on localhost, http, basic auth
- user 'wsman', password 'secret'
Checking out and compiling the source
svn co https://openwsman.svn.sourceforge.net/svnroot/openwsman/rwsman/trunk rwsman
Compiling the bindings
cd to rwsman and run 'make', This will build src/rwsman.so
Testing the bindings
cd tests make
See tests/*.rb on how to use the bindings.
Installing the bindings
sudo make install
Isn't it easy ?