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 buildTo package compiler into executable jar:
gradle jarOr, you could just type in the following command to build and package the compiler at the same time
gradle build jarCongratulations! You got the Cylvre Compiler up and running!
Last updated
Was this helpful?