Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Install

tglman edited this page Feb 23, 2012 · 2 revisions

The OrientDb C client now is very unstable and the api can change until the first release, is raccomended to not use in production project, only for test and proof of concept.

library dependencies: pthread

build dependencies: Waf

Project Checkout:

git clone git@github.com:tglman/orientdb-c.git

Project Build: Execute in console

./waf configure

./waf

Project Install: Execute in console

./waf install or sudo ./waf install for non root users.

First example of database intaration: Start

Clone this wiki locally