Rasqal is a C library that handles Resource Description Framework (RDF) query language syntaxes, query construction and execution of queries returning results as bindings, boolean, RDF graphs/triples or syntaxes. It is required by Soprano to build Nepomuk.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://download.librdf.org/source/rasqal-0.9.30.tar.gz
Download MD5 sum: b12c5f9cfdb6b04efce5a4a186b8416b
Download size: 1.5 MB
Estimated disk space required: 23 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/rasqal
Install Rasqal by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make -k check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-08-25 13:13:24 -0700