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

Commit95e24d8

Browse files
committed
Merge pull requestfsharp#128 from 7sharp9/patch-1
Updated readme, added in configuration for MonoTouch target.
2 parents8efa1c5 +5990786 commit95e24d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎README.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ ngen install ..\lib\proto\4.0\fsc-proto.exe (optional)
4444
msbuild fsharp-library-build.proj /p:Configuration=Release
4545
msbuild fsharp-compiler-build.proj /p:Configuration=Release
4646
```
47-
You can also build the FSharp.Core for .NET 2.0, Mono 2.1, Silverlight 5.0, Windows Phone 7.1, Portable Profile47 (net45+sl5+win8), Portable Profile88 (net4+sl4+wp71+win8) and XNA 4.0 for Xbox 360 profiles:
47+
You can also build the FSharp.Core for .NET 2.0, Mono 2.1,MonoTouch,Silverlight 5.0, Windows Phone 7.1, Portable Profile47 (net45+sl5+win8), Portable Profile88 (net4+sl4+wp71+win8) and XNA 4.0 for Xbox 360 profiles:
4848
```
4949
msbuild fsharp-library-build.proj /p:TargetFramework=net20 /p:Configuration=Release
5050
msbuild fsharp-library-build.proj /p:TargetFramework=mono21 /p:Configuration=Release
51+
msbuild fsharp-library-build.proj /p:TargetFramework=monotouch /p:Configuration=Release
5152
msbuild fsharp-library-build.proj /p:TargetFramework=portable-net45+sl5+win8 /p:Configuration=Release
5253
msbuild fsharp-library-build.proj /p:TargetFramework=portable-net4+sl4+wp71+win8 /p:Configuration=Release
5354
msbuild fsharp-library-build.proj /p:TargetFramework=sl5 /p:Configuration=Release
@@ -88,9 +89,10 @@ If a strong-name signed FSharp.Core.dll is needed then use the one in
8889
Once built the main compiler binaries go in
8990
lib/release/4.0
9091

91-
There are versions of FSharp.Core for .NET 2.0 andMonoAndroid (Mono profile 2.1) in
92+
There are versions of FSharp.Core for .NET 2.0,MonoAndroid, MonoTouch (Mono profile 2.1) in
9293
lib/release/2.0
9394
lib/release/2.1
95+
lib/release/2.1monotouch
9496

9597
On 'make install' the binaries etc. go in the prefix, e.g.
9698

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp