InstallationJava » History » Version 3

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

1 1 S. Wrede
h1. Installation of Java Implementation
2 1 S. Wrede
3 3 S. Wrede
For compilation and installation of the Java bindings, we use the "Ant":http://ant.apache.org/ 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 3 S. Wrede
* cd src and edit build.properties according to your installation or 
16 3 S. Wrede
* set a number of ant properties for the build configuration.
17 3 S. Wrede
18 1 S. Wrede
* @ant install@ installs jars to prefix of your choice, e.g., ${prefix}/share/java (defined via property)
19 1 S. Wrede
* for rsb-xml you also need to install XOM (included in RSBJava src or via ubuntu)