annotate sparql/librdf/README @ 638:c014e4d5b45d

added a status hook to the high level python bindings. Hopefully it works, if it doesn't sorry, can't get a working copy of audioDB lib on my box as I need to recompile gsoap and the outside world connection is down...
author map01bf
date Tue, 29 Sep 2009 17:31:42 +0000
parents 368320b31db6
children
rev   line source
mas01mj@609 1 Quick Installation
mas01mj@609 2 ==================
mas01mj@609 3
mas01mj@609 4 Requires: librdf, audioDB.
mas01mj@609 5
mas01mj@609 6 Compilation should just be:
mas01mj@609 7
mas01mj@609 8 ./autogen.sh
mas01mj@609 9 ./configure
mas01mj@609 10 make
mas01mj@609 11 sudo make install
mas01mj@609 12
mas01mj@609 13 The storage module will then be installed in your lib/redland directory,
mas01mj@609 14 with the storage creatable with the 'audiodb' type, a la:
mas01mj@609 15
mas01mj@609 16 storage = librdf_new_storage(world, "audiodb", "mydb.adb", NULL);