Skip to content
Jorge Avarias edited this page Jul 8, 2015 · 8 revisions

Ubuntu porting notes

The porting was done for Ubuntu 14.04.2 x86_64

Packages required for the compilation

  • 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

Differences with mainstream ACS

  • 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

Clone this wiki locally