I can't seem to find a compiler/plugin for mono. Does one exist?
This will give you the basic functionality which means you will be able to run "mono fsi.exe" and compiled F# apps as "mono myApp.exe". Usefull tips:
|
|||||||||||||
|
|
For reference, there are now Linux (.deb and .rpm) packages and a Mac OS X installer available at http://fsxplat.codeplex.com/ which will save you the work of having to manually copy around files and make your own launcher scripts. |
|||
|
|
|
Yes, there's one. Check this out: F# for Mono |
|||
|
|
|
You can download the F# zip file from Microsoft and then run (for example) "mono fsi.exe". |
||||
|
What Piotr Zurek said is basically what i did to get F# and mono to work on Ubuntu 9.04, with the following comments:
|
|||
|
|
|
Look also here for detailled installation instructions including F# PowerPack and MySQL connector: http://2sharp4u.wordpress.com/2010/09/03/installing-f-2-0-on-monolinux |
|||
|
|
|
Joe Pamer, one of the F# compiler authors, helped me get this working back in July, I wrote up the steps here: http://saladwithsteve.com/2010/07/building-fsharp-on-the-mac.html |
|||
|
|
|
If you are on Ubuntu, follow the following three steps.
|
|||
|
|