Skip to content

Commit

Permalink
msbuild now a separate dependency on Linux (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalin-hritcu committed Dec 16, 2017
1 parent 041acce commit ae210aa
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Read on for the more complete solution involving Visual Studio itself.

#### On Linux or Mac OS X using Mono ####

- Install mono (any version from 4.0.3.0 to 5.0.0.x) and fsharp (version 4.0.1.x-4.1.18)
- Install mono (any version from 4.0.3.0 to 5.0.0.x), fsharp (version 4.0.1.x-4.1.18), and msbuild (version 14.1.x-15.2.x)

- On Debian/Ubuntu

Expand All @@ -234,21 +234,16 @@ Read on for the more complete solution involving Visual Studio itself.
- On Arch

$ pacman -S mono
$ aura -A fsharp
$ aura -A fsharp msbuild-bin

- For other Linux distributions check out these links:
- http://www.mono-project.com/download/#download-lin
- http://fsharp.org/use/linux/
- https://github.com/Microsoft/msbuild

- For Mac OS X use HomeBrew or install the MRE:
- http://www.mono-project.com/download/#download-mac

- Depending on your distribution, you might need to manually import
certificates for Mono (you don't need to do this on Arch if you
use the default `mono` package)

$ mozroots --import --sync

- Compile F\* from sources

$ git clone https://github.com/FStarLang/FStar.git
Expand Down

0 comments on commit ae210aa

Please sign in to comment.