view sparql/librdf/README @ 770:c54bc2ffbf92 tip

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