1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-07-11 15:29:16 +00:00
kickc/CONTRIBUTING.md
Jesper Balman Gravgaard d7b14907be Update CONTRIBUTING.md
2019-04-01 18:24:27 +00:00

592 B

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owner of this repository before making a change.

Building KickC

The prerequisites for locally building KickC is Java JDK 8 and Apache Maven.

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"