[Pkg-cli-apps-commits] [fsharp] 49/71: Cleanup README
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Fri Jan 17 05:18:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a commit to tag 3.1.0
in repository fsharp.
commit 6be0475dc05d177bbe99960e0c129f4da7091dc4
Author: Don Syme <donsyme at fastmail.fm>
Date: Sat Nov 30 11:13:19 2013 +0000
Cleanup README
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index ed1c27c..0392b6b 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,16 @@ If you have only VS2012 or VS2013 installed, and not VS2010, you'll need to inst
```
build.bat
```
+This build the proto compiler, then the library, then the final compiler.
+You can also build these independently using
+```
+msbuild fsharp-proto-build.proj
+msbuild fsharp-library-build.proj /p:TargetFramework=net40 /p:Configuration=Release
+msbuild fsharp-compiler-build.proj /p:TargetFramework=net40 /p:Configuration=Release
+
+```
+
+
You can also build the FSharp.Core for .NET 2.0, Xamarin Android, Xamarin iOS,
Portable Profile47 (net45+sl5+win8), Portable Profile88 (net4+sl4+wp71+win8), XNA 4.0 for Xbox 360,
Silverlight 5.0 and Windows Phone 7.1, profiles:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list