Difference between revisions of "Setting up the environment"
From CCIL
(→Java) |
(→Maven) |
||
Line 14: | Line 14: | ||
== Maven == | == Maven == | ||
− | + | 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]. |
Revision as of 12:08, 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