Raptor-1.4.21

Introduction to Raptor

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

This package is known to build and work properly using an LFS-6.7 platform.

Package Information

raptor Dependencies

Required

expat-2.0.1 or libxml2-2.7.8, cURL-7.22.0

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

Installation of raptor

Install raptor by running the following commands:

./configure prefix=/usr &&
make

Now, as the root user:

make install

Contents

Installed Programs: rapper, raptor-config
Installed Libraries: libraptor.{a,so}
Installed Directory: None

Short Descriptions

rapper

is a RDF parsing and serializing utility.

raptor-config

is a utility for retrieving the installation options of raptor

Last updated on 2011-02-08 21:13:13 +0000