@@ -7,7 +7,7 @@ To bootstrap the compiler, binaries built from an earlier version of this projec
77
88##Requirements
99
10- Requires mono 2.9 or higher.
10+ Requires mono 2.9 or higher. Prefer Mono 3.0.
1111
1212On OSX, requires automake 2.69. To install from[ homebrew] ( http://mxcl.github.com/homebrew ) :
1313```
@@ -17,16 +17,18 @@ brew install automake
1717
1818##Building
1919
20- To build, run :
20+ To build and install on non-MacOS systems :
2121```
2222./autogen.sh
2323make
24- make install
24+ sudo make install
2525```
2626
27- On OSX, to replace the installation of F# that comes with Mono you may need to use a prefix :
27+ OnMacOS ( OSX), use a prefix to your version of Mono:
2828```
29- ./autogen.sh --prefix=/Library/Frameworks/Mono.framework/Versions/2.10.9/
29+ ./autogen.sh --prefix=/Library/Frameworks/Mono.framework/Versions/Current/
30+ make
31+ sudo make install
3032```
3133
3234To build the FSharp.Core.dll for[ Mono for Android] ( http://xamarin.com/monoforandroid ) , use: