- clone the forge-project
git clone https://github.com/fsharp-editing/Forge.git
- change directory
cd Forge
- run the build script
./build.sh
if all works out you should have a Forge.exe
in ./temp/bin
that you can call
with mono
(assuming you use mono)