Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Building jep and pcraster

Requires:

Wiki Markup
{pre}
GENERAL: Run all the get.sh scripts in directory software and extract
cd software/jdk
     . get.sh (this will open the website of Oracle from where you can download JDK7)
     download jdk7 directly from the website
     tar \-xvf jdk-7u45-linux-x64.tar.gz
     set environment variable JAVA_HOME to $DRIHMDirectory/software/jdk/jdk1.7.0_45
     add JAVA_HOME to PATH
     cd -

cd software/ant
     . get.sh
     set environment variable ANT_HOME to $DRIHMDirectory/software/ant/apache-ant-1.9.2/
     add ANT_HOME to PATH
     cd -

cd software/pcraster
     . get.sh
     run svn revert \--depth=infinity pcraster-4.0.0-beta-20131030_x86-64_lsbcc-4
     cd -

cd software/jep
     . get.sh
     (We already checked in a version of jep 3.1.0 because we fixed a dependency)
     cd \-    

cd software/python
     run: ./Anaconda-1.7.0-Linux-x86_64.sh
     click ENTER
     click q
     set path where python should be installed, e.g. $DRIHMpath/software/python/anaconda
     cd anaconda/bin
     ./pip install ../../../jep/jep-3.1.0
     cd ../../../
{pre}

Building OpenDA

...

Configuration

...