[Pkg-cli-apps-commits] [fsharp] 24/71: It's easier than expected to build the F# compiler on windows.
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Fri Jan 17 05:18:12 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 5865ee455ec4a958529a85db921df631dfd52216
Author: Steffen Forkmann <steffen.forkmann at msu-solutions.de>
Date: Thu Nov 28 19:38:58 2013 +0100
It's easier than expected to build the F# compiler on windows.
---
README.md | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 353779b..754076b 100644
--- a/README.md
+++ b/README.md
@@ -37,13 +37,9 @@ sudo make install
By default that makes optimized binaries. To make debug, use ```make CONFIG=debug```
### On Windows, using msbuild (e.g.. if .NET is installed)
-If you have only VS2012 installed, and not VS2010, you'll need to install the F# 2.0 Runtime (http://www.microsoft.com/en-us/download/details.aspx?id=13450)
+If you have only VS2012 or VS2013 installed, and not VS2010, you'll need to install the F# 2.0 Runtime (http://www.microsoft.com/en-us/download/details.aspx?id=13450)�.
```
-cd src
-msbuild fsharp-proto-build.proj
-ngen install ..\lib\proto\fsc-proto.exe
-msbuild fsharp-library-build.proj /p:Configuration=Release
-msbuild fsharp-compiler-build.proj /p:Configuration=Release
+build.bat
```
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,
--
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