summaryrefslogtreecommitdiff
path: root/Documentation/building/osx-instructions.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/building/osx-instructions.md')
-rw-r--r--Documentation/building/osx-instructions.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/building/osx-instructions.md b/Documentation/building/osx-instructions.md
index 5bc92beff2..b238654e0a 100644
--- a/Documentation/building/osx-instructions.md
+++ b/Documentation/building/osx-instructions.md
@@ -94,8 +94,14 @@ Copy the runtime and corerun into the demo directory.
dotnet-mbp:coreclr richlander$ cp bin/Product/OSX.x64.Debug/corerun ~/coreclr-demo/runtime/
dotnet-mbp:coreclr richlander$ cp bin/Product/OSX.x64.Debug/libcoreclr.dylib ~/coreclr-demo/runtime/
-Build the Framework
-===================
+Build the Framework Native Components
+=====================================
+
+ dotnet-mbp:corefx richlander$ src/Native/build.sh
+ dotnet-mbp:corefx richlander$ cp bin/OSX.x64.Debug/Native/*.dylib ~/coreclr-demo/runtime
+
+Build the Framework Managed Components
+======================================
While CoreFX can be built on OS X, building mscorlib still requires Windows.