mas01mj@609: Quick Installation mas01mj@609: ================== mas01mj@609: mas01mj@609: Requires: librdf, audioDB. mas01mj@609: mas01mj@609: Compilation should just be: mas01mj@609: mas01mj@609: ./autogen.sh mas01mj@609: ./configure mas01mj@609: make mas01mj@609: sudo make install mas01mj@609: mas01mj@609: The storage module will then be installed in your lib/redland directory, mas01mj@609: with the storage creatable with the 'audiodb' type, a la: mas01mj@609: mas01mj@609: storage = librdf_new_storage(world, "audiodb", "mydb.adb", NULL);