annotate sparql/librdf/README @ 738:d9f263d95b64

Added packaged SWC
author mas01mj
date Thu, 16 Sep 2010 11:40:23 +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);