Skip to content
/ librdf Public
forked from datagraph/librdf

Resource Description Framework (RDF) library for C++14.

License

Notifications You must be signed in to change notification settings

respu/librdf

 
 

Repository files navigation

librdf++

Travis CI build status Coverity Scan build status

Build Prerequisites

Build Dependencies

Installation on Unix

$ ./autogen.sh
$ ./configure                        # on Linux
$ ./configure --with-stdlib=libc++   # on FreeBSD / Mac OS X
$ make
$ sudo make install
$ sudo ldconfig                      # on Linux

Elsewhere

Find the project at: GitHub, Bitbucket, Travis CI, and Coverity Scan.

About

Resource Description Framework (RDF) library for C++14.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Other 1.0%