How to get F# working with Mono?

后端 未结 9 1058

I can\'t seem to find a compiler/plugin for mono. Does one exist?

9条回答
  •  失恋的感觉
    2021-01-30 07:14

    What Piotr Zurek said is basically what i did to get F# and mono to work on Ubuntu 9.04, with the following comments:

    1. Rember to install WinForm support with Mono. Otherwise you can't start fsi.exe.
    2. ./install-mono.sh should be run with root privileges (sudo ./install-mono.sh).
    3. Gnome Terminal dosn't play well with fsi.exe. Start a normal xterm and run fsi.exe whithin that.

提交回复
热议问题