view sparql/librdf/README @ 629:e2af7d01c7a8

audiodb->audioDB
author mas01mj
date Wed, 23 Sep 2009 15:25:35 +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);