用FStar和mono编译问题

时间:2014-08-12 04:51:37

标签: f# mono fstar

我正在尝试在最新的Ubuntu和mono上编译FStar语言。 GitHub repo提供了一些构建指令,但它对我不起作用。之后

sudo apt-get install mono-complete fsharp
mozroots --import --sync
source setenv.sh 
make -C src

我收到此错误消息:

make: *** No rule to make target `../bin/jsbackend.dll', needed by `../bin/fstar.exe'.  Stop.
make: Leaving directory `/home/alex/FStar/src'

完整日志here

如何在单声道上构建FStar语言?

1 个答案:

答案 0 :(得分:2)

有人创建了一个错误报告,它现在开箱即用于Ubuntu。

即使INSTALL指令中没有提及,也需要从http://z3.codeplex.com/releases/view/101911设置Z3。