librdf.objc 0.0.4

librdf.objc 0.0.4

TestsTested
LangLanguage CC
License Custom
ReleasedLast Release Dec 2014

Maintained by Marcus Rohrmoser.



  • By
  • Marcus Rohrmoser

Minimal Objective-C wrapper for Dave Becketts Redland RDF Libraries. Currently only tested on iOS.

Requirements

Installation

Old-school (git clone/submodule)

  1. get the sources:

    $ git clone https://github.com/mro/librdf.ios.git
    $ git clone https://github.com/mro/librdf.sqlite.git
    $ git clone https://github.com/mro/librdf.objc.git
    
  2. drag+drop the 3 librdf*.xcodeproj into your project or workspace as depdendencies,

  3. build settings:

    HEADER_SEARCH_PATHS = "$(inherited)" "$(SRC_ROOT)/librdf.sqlite" "$(SRC_ROOT)/librdf.ios/build/iOS-arm64/include/**" "$(SRC_ROOT)/librdf.objc/MRDF/**"
    LIBRARY_SEARCH_PATHS = "$(inherited)" "$(SRC_ROOT)/librdf.ios/build" 
    OTHER_LDFLAGS = "$(inherited)" -lraptor2 -lrasqal -lsqlite3 -lxml2 -lxslt
    

Documentation

See the *.h files or run $ tools/doxygen.sh from the project directory.

Or, if you don't mind being stalked via Google Analytics™, have a look at http://cocoadocs.org/docsets/librdf.objc.

Author

Marcus Rohrmoser, [email protected]

License

librdf.objc is available under the Human Rights license. See the LICENSE file for more info.

Design Goals

Quality very good good normal irrelevant
Functionality ×
Reliability ×
Usability ×
Efficiency ×
Changeability ×
Portability ×

Related

Similar