forked from ACS-Community/ACS
-
Notifications
You must be signed in to change notification settings - Fork 3
Ubuntu port
Jorge Avarias edited this page Jul 8, 2015
·
8 revisions
The porting was done for Ubuntu 14.04.2 x86_64
- g++
- gfortran
- python-dev
- bison
- flex
- libxml2-dev
- libxslt1-dev
- zlib1g-dev
- autoconf
- doxygen
- valgrind
- procmail (to handle lockfiles)
- openjdk-7-jdk
- ant
- ksh
- maven
- python-virtualenv
sudo apt-get install g++ gfortran python-dev bison flex libxml2-dev libxslt1-dev zlib1g-dev autoconf doxygen valgrind procmail openjdk-7-jdk ant ksh maven python-virtualenv
- openjdk7-jdk is used instead of the Oracle's jdk. The scripts have been modified to setup the JAVA_HOME environment variable accordingly
- ant and maven should not be built, the ubuntu port will use the ant and maven installed in the system. The scripts have been modified to setup the ANT_HOME library accordingly