Getting Cylvre up and Running
Learn how to install Cylvre
To install Cylvre, navigate to this Github Repository and get the source code. If you directly downloaded a ZIP file with the source, unzip the file first.
To build Cylvre:
gradle build
To package compiler into executable jar:
gradle jar
Or, you could just type in the following command to build and package the compiler at the same time
gradle build jar
Congratulations! You got the Cylvre Compiler up and running!
Last updated
Was this helpful?