view sparql/librdf/README @ 685:e78e5a80b73d

* Extraction params supplied at db creation time * n3 configs are customized at extraction time * Changes to import UI * Extraction params stored in db plist
author mas01mj
date Thu, 11 Mar 2010 11:50:39 +0000
parents 368320b31db6
children
line wrap: on
line source
Quick Installation
==================

Requires: librdf, audioDB. 

Compilation should just be: 

./autogen.sh
./configure
make
sudo make install

The storage module will then be installed in your lib/redland directory,
with the storage creatable with the 'audiodb' type, a la:

storage = librdf_new_storage(world, "audiodb", "mydb.adb", NULL);