1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-01 02:29:30 +00:00
kickc/CONTRIBUTING.md
Jesper Balman Gravgaard a2fece2ea2 Update CONTRIBUTING.md
2019-04-02 20:12:23 +00:00

19 lines
616 B
Markdown

# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue,
facebook, or any other method with the owner of this repository before making a change.
## Building KickC
The prerequisites for locally building KickC are the following
* [Java JDK 8+](https://www.oracle.com/technetwork/java/javase)
* [Apache Maven 3+](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`