Changes between Version 15 and Version 16 of BuildFromSource


Ignore:
Timestamp:
22.03.2016 11:10:05 (9 years ago)
Author:
carolina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildFromSource

    v15 v16  
    66 
    77* **Java 6 or newer** (both, Oracle Java and OpenJDK work). 
     8 
     9Installing the JDK for Java 7 in Ubuntu (OpenJDK): 
     10 
     11{{{ 
     12sudo apt-get install openjdk-7-jdk 
     13 
     14}}} 
     15 
    816* **Git 1.7** (other Git versions work as well). 
     17 
    918* **Maven 3** (Maven 2 does ''not'' work). 
     19 
     20Installing maven in Ubuntu 
     21 
     22{{{ 
     23sudo apt-get install mvn 
     24 
     25}}} 
    1026 
    1127== Build ==