view sparql/librdf/README @ 704:df35c9c976a0

Redoing feature selector to be a little more verbose.
author mas01mj
date Fri, 30 Apr 2010 16:29:14 +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);