Mercurial > hg > audiodb
annotate sparql/librdf/README @ 636:9cda689dcc20
Use an appropriate data copier for the platform's bit width
Dispatch on sb-vm:n-word-bits, though I think sbcl itself should
probably define a system-area-double-float-copy bit-bash function.
This also fixes a thinko, where only half of the times data was being
copied, even on 64-bit platforms. Sheesh. Fixes #32
author | mas01cr |
---|---|
date | Tue, 29 Sep 2009 16:23:42 +0000 |
parents | 368320b31db6 |
children |
rev | line source |
---|---|
mas01mj@609 | 1 Quick Installation |
mas01mj@609 | 2 ================== |
mas01mj@609 | 3 |
mas01mj@609 | 4 Requires: librdf, audioDB. |
mas01mj@609 | 5 |
mas01mj@609 | 6 Compilation should just be: |
mas01mj@609 | 7 |
mas01mj@609 | 8 ./autogen.sh |
mas01mj@609 | 9 ./configure |
mas01mj@609 | 10 make |
mas01mj@609 | 11 sudo make install |
mas01mj@609 | 12 |
mas01mj@609 | 13 The storage module will then be installed in your lib/redland directory, |
mas01mj@609 | 14 with the storage creatable with the 'audiodb' type, a la: |
mas01mj@609 | 15 |
mas01mj@609 | 16 storage = librdf_new_storage(world, "audiodb", "mydb.adb", NULL); |