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

Commit7b4df99

Browse files
committed
Update README notes on building
1 parent63db8c8 commit7b4df99

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

‎README-original.md‎

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,19 @@ When you build the compiler using the standard instructions below, you get `fsc.
3131
The compiler binaries produced are "private" and strong-named signed with a test key (`src\fsharp\test.snk`). They use CLI assembly version nunmber**2.9.9.999**. You can place these components in the GAC but they will not replace the components used by normal Visual Studio or normal F# programs.
3232

3333

34-
##Steps - Building a Proto Compiler
34+
##Building Everything
35+
36+
To just build everything use:
37+
```
38+
cd src
39+
msbuild fsharp-build.proj
40+
```
41+
If on Mono, use 'xbuild' instead of 'msbuild'
42+
43+
##Step by step - Building a Proto Compiler
3544

3645
```
3746
cd src
38-
gacutil /i ..\lkg\FSharp-2.0.50726.900\bin\FSharp.Core.dll
3947
msbuild fsharp-proto-build.proj /p:TargetFramework=net40
4048
```
4149

‎README.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ To build the FSharp.Core.dll for [Mono for Android](http://xamarin.com/monoforan
3636
make do-2-1
3737
```
3838

39+
You can also build using xbuild:
40+
```
41+
cd src
42+
xbuild fsharp-build.proj
43+
```
44+
though we haven't verified the binaries produced this way are 100% usable.
3945

4046
##Notes
4147

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp