Skip to content

Commit 8f02ecb

Browse files
committed
Merge pull request #490 from wyoung/master
Improved OS X build instructions per issue #482
2 parents e07020f + f87ed6f commit 8f02ecb

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)