Skip to content

Commit

Permalink
Updated building instructions to openjdk-7-jdk
Browse files Browse the repository at this point in the history
openjdk-8-jdk is not available on wheezy
  • Loading branch information
akbertram committed Oct 19, 2016
1 parent d36a7f2 commit 4b17e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Expand Up @@ -49,11 +49,11 @@ as normal.
You can install the required tools through the APT package manager.
For 64-bit systems:

sudo apt-get install openjdk-8-jdk maven make gcc-4.7 gcc-4.7-plugin-dev gfortran-4.7 g++-4.7 gcc-4.7.multilib g++-4.7-multilib
sudo apt-get install openjdk-7-jdk maven make gcc-4.7 gcc-4.7-plugin-dev gfortran-4.7 g++-4.7 gcc-4.7.multilib g++-4.7-multilib

For 34-bit systems:

sudo apt-get install openjdk-8-jdk maven make gcc-4.7 gcc-4.7-plugin-dev gfortran-4.7 g++-4.7
sudo apt-get install openjdk-7-jdk maven make gcc-4.7 gcc-4.7-plugin-dev gfortran-4.7 g++-4.7

Then build:

Expand Down

0 comments on commit 4b17e06

Please sign in to comment.