1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-02 00:41:42 +00:00
kickc/CONTRIBUTING.md

20 lines
598 B
Markdown
Raw Normal View History

2019-04-01 18:18:26 +00:00
# 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.
2019-04-01 18:25:41 +00:00
## Building KickC
2019-04-01 18:18:26 +00:00
2019-04-01 18:28:46 +00:00
The prerequisites for locally building KickC is Java JDK 8+ and Apache Maven 3+.
2019-04-01 18:24:27 +00:00
* 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
2019-04-01 18:26:12 +00:00
2. Build and package the KickC compiler by entering the source directory and executing `mvn package`
2019-04-01 18:24:27 +00:00
2019-04-01 18:25:31 +00:00