view sparql/librdf/README @ 614:9ac6a38671cf

Merge branch 'sparql-new'
author mas01mj
date Tue, 01 Sep 2009 15:37:32 +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);