Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 95e24d8

Browse files
committed
Merge pull request fsharp#128 from 7sharp9/patch-1
Updated readme, added in configuration for MonoTouch target.
2 parents 8efa1c5 + 5990786 commit 95e24d8

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 and MonoAndroid (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)