diff --git a/README.md b/README.md index 5d62750b30715d27894d7576b3c40acdd056b733..b82a64d086e7abe9e274fd001c25a7d287672791 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Build from the command line: build.cmd ``` +The build depends on an installation of Visual Studio. To build the compiler without this dependency use: + +``` +build.cmd -noVisualStudio +``` + After it's finished, open either `FSharp.sln` or `VisualFSharp.sln` in your editor of choice. The latter solution is larger but includes the F# tools for Visual Studio and its associated infrastructure. ### Quickstart on Linux or macOS