Skip to content
Snippets Groups Projects
Commit 67bef1a9dbcb authored by Florent Aide's avatar Florent Aide
Browse files

Updated requirements list for building the jar

parent ed661a6b52d8
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,11 @@
windows this can be addressed by using the py3o.renderserver
Open Office service.)
We have a dependency on gson from google. Which can be installed on
ubuntu like this:
sudo apt-get install libgoogle-gson-java
This has been tested to build correctly with:
- Oracle JDK 1.6 and OpenOffice 3.2.1 on Windows 7 and Windows server 2003
......
......@@ -7,6 +7,7 @@
export OOO_HOME=/usr/lib/libreoffice
export JUNO_HOME=$OOO_HOME/program/classes
export GSON_HOME=/usr/share/java
if [ -d "/usr/lib/ure/share/java" ]
then
export JOOO_HOME=/usr/lib/ure/share/java
......@@ -14,7 +15,7 @@
export JOOO_HOME=/usr/share/java
fi
export CLASSPATH="$JOOO_HOME/juh.jar:$JOOO_HOME/jurt.jar:$JOOO_HOME/ridl.jar:$JOOO_HOME/unoloader.jar:$JOOO_HOME/java_uno.jar:$JUNO_HOME/unoil.jar:$JOOO_HOME/gson.jar:./bin/py3oconverter/.:.:/usr/bin"
export CLASSPATH="$JOOO_HOME/juh.jar:$JOOO_HOME/jurt.jar:$JOOO_HOME/ridl.jar:$JOOO_HOME/unoloader.jar:$JOOO_HOME/java_uno.jar:$JUNO_HOME/unoil.jar:$GSON_HOME/gson.jar:./bin/py3oconverter/.:.:/usr/bin"
javac py3oconverter/Launch.java -Xlint:unchecked
javac py3oconverter/Convertor.java -Xlint:unchecked
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment