How to get F# working with Mono?

后端 未结 9 1061

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

9条回答
  •  -上瘾入骨i
    2021-01-30 07:21

    If you are on Ubuntu, follow the following three steps.

    1. Download and install ".deb" package from here.
    2. Run the following commands.

      sudo apt-add-repository ppa:directhex/ppa 
      sudo apt-get update 
      sudo apt-get install monodevelop
      
    3. Start MonoDevelop. go to add-in manager, Gallery > Language bindings > F#, install.

提交回复
热议问题