File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,21 @@ If using NuGet Package Manager, add the source to the list of available package
8686
8787## Build Requirements
8888
89- Requires mono 3.0 or higher.
89+ Building F# on Unix-type platforms requires
90+ [ Mono] ( http://www.mono-project.com/download/ ) 3.0 or higher. If you
91+ get a complaint in subsequent steps about ` xbuild ` being missing, it means
92+ you don't have Mono installed.
9093
91- OS X requires automake/autoconf 2.69. To install from [ homebrew] ( http://mxcl.github.com/homebrew ) :
94+ Building on OS X requires several development tools that are not installed
95+ by default. Most can be installed via [ Homebrew] ( http://brew.sh/ ) :
9296
93- brew install automake
97+ brew install autoconf automake pkg-config
98+
99+ Building on OS X also requires Xcode. If you don't want to install
100+ the full GUI development environment, the command line tools are sufficient.
101+ At a shell prompt, say:
102+
103+ xcode-select --install
94104
95105## How to Build
96106
You can’t perform that action at this time.
0 commit comments