From d7b14907bef1cba98e2afe0ec7b95c615ac2d382 Mon Sep 17 00:00:00 2001 From: Jesper Balman Gravgaard Date: Mon, 1 Apr 2019 18:24:27 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb58593e1..2219f5b70 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,4 +5,14 @@ email, or any other method with the owner of this repository before making a cha # Building KickC -To build a local version of KickC you need to install Java JDK 8 and Maven. +The prerequisites for locally building KickC is Java JDK 8 and Apache Maven. + +* https://www.oracle.com/technetwork/java/javase +* https://maven.apache.org + +The steps to build KickC is + +1. Download, Fork or Clone the source code from https://gitlab.com/camelot/kickc +2. Build and package the KickC compiler by entering the source directory and executing "mvn package" + +