---------------------------------------------------------------------------
                            libgnurdf v0.3.0
                          Install instructions
---------------------------------------------------------------------------

If you downloaded this from CVS, do:
$ ./autogen.sh --prefix=/usr

Otherwise, do:
$ ./configure --prefix=/usr

Then compile it:
$ make

And finally, install it:
$ make install

To make sure this is working right, type:
$ cd tests
$ ./rdftest

