Raptor-2.0.16

Introduction to Raptor

Raptor is a C library that provides a set of parsers and serializers that generate Resource Description Framework (RDF) triples.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.

Package Information

  • Download (HTTP): https://download.librdf.org/source/raptor2-2.0.16.tar.gz

  • Download MD5 sum: 0a71f13b6eaa0a04bf411083d89d7bc2

  • Download size: 1.7 MB

  • Estimated disk space required: 25 MB (additional 2 MB for the tests)

  • Estimated build time: 0.1 SBU (additional 0.3 SBU for the tests)

Raptor Dependencies

Required

cURL-8.0.1 and libxslt-1.1.38

Optional

GTK-Doc-1.33.2, ICU-73.1 and libyajl

User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/raptor

Installation of Raptor

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

Command Explanations

--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-73.1 and wish to build Raptor with its support.

Contents

Installed Programs: rapper
Installed Libraries: libraptor2.so
Installed Directories: /usr/include/raptor2 and /usr/share/gtk-doc/html/raptor2

Short Descriptions

rapper

is a RDF parsing and serializing utility

libraptor2.so

contains the Raptor API functions