Update CoreFx build instructions.
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>
Tue, 28 Apr 2015 21:19:55 +0000 (14:19 -0700)
committerJeremy Kuhne <jeremy.kuhne@microsoft.com>
Tue, 28 Apr 2015 21:19:55 +0000 (14:19 -0700)
Documentation/freebsd-instructions.md
Documentation/linux-instructions.md
Documentation/osx-instructions.md

index 8d0079d..a6f2599 100644 (file)
@@ -76,7 +76,7 @@ The output is placed in ```bin\Product\Linux.x64.Debug\mscorlib.dll```.  You'll
 For the rest of the framework, you need to pass some special parameters to build.cmd when building out of the CoreFX repository.
 
 ```
-D:\git\corefx> build.cmd /p:OS=Linux /p:SkipTests=true
+D:\git\corefx> build.cmd /p:OSGroup=Linux /p:SkipTests=true
 ```
 
 Note: We are using the Linux build currently, as CoreFX does not yet know about FreeBSD.
index 23c939c..e8322c6 100644 (file)
@@ -83,7 +83,7 @@ The output is placed in ```bin\obj\Unix.x64.Debug\mscorlib.dll```.  You'll want
 For the rest of the framework, you need to pass some special parameters to build.cmd when building out of the CoreFX repository.
 
 ```
-D:\git\corefx> build.cmd /p:OS=Linux /p:SkipTests=true
+D:\git\corefx> build.cmd /p:OSGroup=Linux /p:SkipTests=true
 ```
 
 It's also possible to add ```/t:rebuild``` to the build.cmd to force it to delete the previously built assemblies.
@@ -201,4 +201,4 @@ ellismg@linux:~/coreclr-demo/runtime$ ./corerun HelloWorld.exe linux
 
 Over time, this process will get easier. We will remove the dependency on having to compile managed code on Windows. For example, we are working to get our NuGet packages to include both the Windows and Linux versions of an assembly, so you can simply nuget restore the dependencies. 
 
-Pull Requests to enable building CoreFX and mscorlib on Linux via Mono would be very welcome. A sample that builds Hello World on Linux using the correct references but via XBuild or MonoDevelop would also be great! Some of our processes (e.g. the mscorlib build) rely on Windows specific tools, but we want to figure out how to solve these problems for Linux as well. There's still a lot of work ahead, so if you're interested in helping, we're ready for you!
\ No newline at end of file
+Pull Requests to enable building CoreFX and mscorlib on Linux via Mono would be very welcome. A sample that builds Hello World on Linux using the correct references but via XBuild or MonoDevelop would also be great! Some of our processes (e.g. the mscorlib build) rely on Windows specific tools, but we want to figure out how to solve these problems for Linux as well. There's still a lot of work ahead, so if you're interested in helping, we're ready for you!
index fdd82a3..e3aa7f7 100644 (file)
@@ -64,7 +64,7 @@ To Build CoreCLR, run build.sh from the root of the coreclr repo.
 
     [Lots of stuff before this]
     Repo successfully built.
-       Product binaries are available at /Users/richlander/git/coreclr/bin/Product/mac.x64.debug
+    Product binaries are available at /Users/richlander/git/coreclr/bin/Product/mac.x64.debug
 
 
 Type `./build.sh -?` to see the full set of build options.
@@ -108,7 +108,7 @@ Build CoreFX
 
 Build the rest of the Framework out of the corefx directory. You need to pass some special parameters to build.cmd.
 
-    C:\git\corefx>build.cmd /p:OS=OSX /p:SkipTests=true
+    C:\git\corefx>build.cmd /p:OSGroup=OSX /p:SkipTests=true
 
 It's also possible to add `/t:rebuild` to build.cmd to force it to delete the previously built assemblies.
 
@@ -200,4 +200,4 @@ You're ready to run Hello World!  To do that, run corerun, passing the path to t
 
 Over time, this process will get easier. We will remove the dependency on having to compile managed code on Windows. For example, we are working to get our NuGet packages to include  Windows, Linux and OS X versions of an assembly, so you can simply nuget restore the dependencies. 
 
-Pull Requests to enable building CoreFX and mscorlib on OS X via Mono would be very welcome. A sample that builds Hello World on OS X using the correct references but via XBuild or MonoDevelop would also be great! Some of our processes (e.g. the mscorlib build) rely on Windows specific tools, but we want to figure out how to solve these problems for OS X as well. There's still a lot of work ahead, so if you're interested in helping, we're ready for you!
\ No newline at end of file
+Pull Requests to enable building CoreFX and mscorlib on OS X via Mono would be very welcome. A sample that builds Hello World on OS X using the correct references but via XBuild or MonoDevelop would also be great! Some of our processes (e.g. the mscorlib build) rely on Windows specific tools, but we want to figure out how to solve these problems for OS X as well. There's still a lot of work ahead, so if you're interested in helping, we're ready for you!