Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb9ef7e6

Browse files
committed
minor clarifications to readme
1 parent4636e4d commitb9ef7e6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎README.md‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1212
On 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
2323
make
24-
make install
24+
sudomake install
2525
```
2626

27-
On OSX, to replace the installation of F# that comes withMono you may need to use a prefix:
27+
OnMacOS (OSX), use a prefix to your version ofMono:
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

3234
To build the FSharp.Core.dll for[Mono for Android](http://xamarin.com/monoforandroid), use:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp