InstallationJava » History » Version 2

S. Wrede, 06/28/2011 09:26 PM

1 1 S. Wrede
h1. Installation of Java Implementation
2 1 S. Wrede
3 2 S. Wrede
For compilation and installation of the Java bindings, we use the [[http://ant.apache.org/|Ant]] build tool.
4 2 S. Wrede
5 1 S. Wrede
h2. External Dependencies
6 1 S. Wrede
7 1 S. Wrede
* libprotobuf-java
8 1 S. Wrede
* ant
9 1 S. Wrede
* Optional:
10 1 S. Wrede
** javadoc
11 1 S. Wrede
12 1 S. Wrede
h2. Installation
13 1 S. Wrede
14 1 S. Wrede
* Download src from SVN (see front page)
15 1 S. Wrede
* cd src and edit build.properties according to your installation
16 1 S. Wrede
* @ant install@ installs jars to prefix of your choice, e.g., ${prefix}/share/java (defined via property)
17 1 S. Wrede
* for rsb-xml you also need to install XOM (included in RSBJava src or via ubuntu)