Skip to content

Instantly share code, notes, and snippets.

@tamizhvendan
Last active August 8, 2016 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamizhvendan/6b3396c47f1e056a941f52ec0fa5793f to your computer and use it in GitHub Desktop.
Save tamizhvendan/6b3396c47f1e056a941f52ec0fa5793f to your computer and use it in GitHub Desktop.
F# Installation

Mac

  1. Install Mono
brew install mono
  1. Install Visual Studio Code
  2. Install the Ionide-fsharp extension in Visual Studio Code

Linux

  1. Install Mono by following the instructions mentioned here
  2. Then install packages mono-complete and fsharp.
sudo apt-get update

sudo apt-get install mono-complete fsharp
  1. Install Visual Studio Code
  2. Install the Ionide-fsharp extension in Visual Studio Code

Windows

  1. Install F# Bundle from MSDN by running FSharp_Bundle.exe
  2. Install Visual Studio Code
  3. Install the Ionide-fsharp extension in Visual Studio Code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment