I'm trying to compile FStar language on latest Ubuntu and mono. GitHub repo provides some build instruction, but it doesn't work for me. After
sudo apt-get install mono-complete fsharp
mozroots --import --sync
source setenv.sh
make -C src
I'm get this error message:
make: *** No rule to make target `../bin/jsbackend.dll', needed by `../bin/fstar.exe'. Stop.
make: Leaving directory `/home/alex/FStar/src'
Full log available here.
How can I build FStar language on mono?