如何使 Monodevelop 和 F# 工作
我的电脑上有 VS 2010 + NET 4。我下载了适用于 Windows 的 Monodevelop 和 Monodevelop 2.8.6.4 的 F# 绑定。
我运行了 install.bat
复制了 FSharpBinding.dll
并FSharpBinding.Gui.dll
到 c:\Program Files (x86)\MonoDevelop\AddIns\BackendBindings\
。
我在 Monodevelop 中打开了新的解决方案,但那里没有 F# 解决方案。您知道要让 F# 与 Monodevelop 配合使用,我下一步应该做什么吗?我还检查了加载项管理器,但没有看到其中安装了任何 F# 绑定。
I have VS 2010 + NET 4 on my pc. I downloaded F# bindings for Monodevelop and Monodevelop 2.8.6.4 for Windows.
I ran install.bat
which copied FSharpBinding.dll
and FSharpBinding.Gui.dll
to c:\Program Files (x86)\MonoDevelop\AddIns\BackendBindings\
.
I opened new Solution in Monodevelop but there is no F# solution there. Do you know what is the next step I should do to make F# work with Monodevelop? I also checked add-in manager but I did not see any F# bindings installed there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,官方的 fsharpbinding 不适用于 Mono 2.8 及以上版本。这是一个分支,似乎可以与新的 Mono 版本一起使用。
但是,你没有提到你是否安装了 Mono。如果这样做,请确保安装 Mono 10.x,因为它们的安装中已包含 F# 编译器。
如果 Monodevelop 正确识别fsharpbinding,您将在解决方案列表中看到 F# 解决方案,并且在加载项管理器中安装 F# 绑定。
As far as I remember, the official fsharpbinding doesn't work with Mono 2.8 onwards. This is a fork which seems to work with new Mono versions.
However, you didn't mention you have installed Mono or not. If you do so, make sure that you install Mono 10.x since they include F# compiler in their installation already.
If Monodevelop recognizes fsharpbinding correctly, you will see F# solution in the list of solutions and F# binding installed in add-in manager.