Difference between revisions of "Setting up the environment"

From CCIL
Jump to: navigation, search
(Java)
(IDE)
 
(7 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
== Java ==
 
== Java ==
  
''CCIL'' works just fine with [http://openjdk.java.net/ OpenJdk] >= 1.6.
+
''CCIL'' works just fine with [http://openjdk.java.net/ OpenJdk] >= '''1.6'''.
  
 
Links to download:
 
Links to download:
* http://openjdk.java.net/install/
+
* [http://openjdk.java.net/install/ Official site].
  
 
== Maven ==
 
== Maven ==
  
TBA
+
We us Apache Maven to compile code and manage distributions.
 +
 
 +
Links to download
 +
* [https://maven.apache.org/download.cgi?Preferred=ftp%3A%2F%2Fmirror.reverse.net%2Fpub%2Fapache%2F Official site].
 +
 
 +
== IDE ==
 +
* [http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/neon3 Eclipse].
 +
* [https://www.jetbrains.com/idea/download/#section=linux IntelliJ].

Latest revision as of 13:39, 26 May 2017

OS

The solution is maintained on Linux only. The support for MS Windows has fallen away somewhere on the road behind...

Java

CCIL works just fine with OpenJdk >= 1.6.

Links to download:

Maven

We us Apache Maven to compile code and manage distributions.

Links to download

IDE