Raptor is a C library that provides a set of parsers and serializers that generate Resource Description Framework (RDF) triples.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.librdf.org/source/raptor2-2.0.16.tar.gz
MD5 校验和:0a71f13b6eaa0a04bf411083d89d7bc2
大小:1.7 MB
预计所需磁盘空间:25 MB (additional 2 MB for the tests)
预计构建时间:0.1 SBU (additional 0.3 SBU for the tests)
cURL-8.21.0 and libxslt-1.1.45
First, fix an incompatibility with libxml2-2.11.x:
sed -i 's/20627/20627 \&\& LIBXML_VERSION < 21100/' src/raptor_libxml.c
Install Raptor by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check. Several of the XML tests may fail.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
--with-icu-config=/usr/bin/icu-config:
Use this switch if you have installed ICU-78.3 and wish to build
Raptor with its support.