Install Fuzion
Make sure you have Java 21 or later installed.
To install the fuzion compiler on your machine there are two options.
Option 1: Prebuilt tar archive
- Download latest release from https://github.com/tokiwa-software/fuzion/releases/
- Extract the archive e.g. at ~/fuzion/
Option 2: Build fuzion from source
- Install GNU make
- Clone https://github.com/tokiwa-software/fuzion
-
Running
make all
should produce a directory 'build' which you will need in the next step.
Congrats, that's it! You are ready to run your first fuzion code!