annotate sparql/librdf/README @ 770:c54bc2ffbf92 tip

update tags
author convert-repo
date Fri, 16 Dec 2011 11:34:01 +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);