如何使 Monodevelop 和 F# 工作

发布于 2025-01-05 10:54:53 字数 638 浏览 2 评论 0原文

我的电脑上有 VS 2010 + NET 4。我下载了适用于 Windows 的 Monodevelop 和 Monodevelop 2.8.6.4 的 F# 绑定。

https://github.com/fsharp/fsharpbinding

http://monodevelop.com/Download

我运行了 install.bat 复制了 FSharpBinding.dllFSharpBinding.Gui.dllc:\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.

https://github.com/fsharp/fsharpbinding

http://monodevelop.com/Download

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花间憩 2025-01-12 10:54:53

据我所知,官方的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文