Building Miksilo is as simple as:
- Grab the source from GitHub.
-
Make sure you have installed the Java 8 JDK, or a higher version. To check what version you have installed, open the terminal and type:
javac -version
If you don’t have it installed, download the JDK here.
- Install sbt
- Run ‘sbt playground/run’ in the project root to build Miksilo and start the playground desktop application.
If you’d like to write your own Delta’s, use IntelliJ to open the Miksilo source directory.