Skip to content
Kick de Gans edited this page Mar 10, 2023 · 13 revisions

How to install:

Linux:

Clone the repository:

git clone https://www.github.com/KickdeGans/Fusion.git

Install:

./configure
make
make install

Verify:

fusion --verify

Run a file:

fusion my_file.fn

Windows:

There is currently no Windows version of this interpretter.

With modifications the source code CAN be compiled for Windows.

Clone this wiki locally