$ git clone git@github.com:bobar/TDB.git
$ sudo apt-get install openjdk-7-jre
$ sudo apt-get install ant
$ sudo apt-get install eclipse
$ make
- Find a copy of the datase, create a tdb database and import data
You should have a TDB.config file in src/ containing:
- trigrammeBanque=BOB
- dbUser=<user for database>
- dbPassword=<password>
- dbHost=localhost
- dbName=tdb
$ git clone https://github.com/bobar/TDB.git
$ brew install ant
- Download openjdk from http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
- Install it
$ echo "export JAVA_HOME=`/usr/libexec/java_home`" >> ~/.profile
$ . ~/.profile
$ make
You should have a TDB.config file in src/ containing:
- trigrammeBanque=BOB
- dbUser=<user for database>
- dbPassword=<password>
- dbHost=localhost
- dbName=tdb
- Find a copy of the datase, create a tdb database and import data
- Change encoding to UTF-8 (Eclipse/Préférences/Général/Workspace)