forked from ACS-Community/ACS
-
Notifications
You must be signed in to change notification settings - Fork 3
Ubuntu port
javarias edited this page Sep 23, 2014
·
8 revisions
The porting was done for Ubuntu 14.04.1 x86_64
- g++
- gfrotran
- python-dev
- bison
- flex
- libxml2-dev
- libxslt2-dev
- zlib1g-dev
- autoconf
- doxygen
- valgrind
- procmail (to handle lockfiles)
- openjdk-7-jdk
- ant
- openjdk7-jdk is used instead of the Oracle's jdk. The scripts have been modified to setup the JAVA_HOME environment variable accordingly
- ant should not be built, the ubuntu port will use the ant installed in the system. The scripts have been modified to setup the ANT_HOME library accordingly
- python from the system is used instead of the python distributed with mainstream ACS. The version coming with Ubuntu (2.7.x) differs with version coming with ACS (2.6.5). OmniORBPy builds without a problem and so far, no problem has been found.