diff --git a/Documentation/developer-guide.md b/Documentation/developer-guide.md index 58eb4e969..33860e360 100644 --- a/Documentation/developer-guide.md +++ b/Documentation/developer-guide.md @@ -18,6 +18,7 @@ In order to build .NET Command Line Interface, you need the following installed 1. CMake (available from https://cmake.org/) is required to build the native host `corehost`. Make sure to add it to the PATH. 2. git (available from http://www.git-scm.com/) on the PATH. 3. clang (available from http://clang.llvm.org) on the PATH. + ### For OS X 1. Xcode @@ -63,4 +64,4 @@ Each command's project root should contain a manpage-style Readme.md that descri #### Add command to packages - Update the `symlinks` property of `packaging/debian/debian_config.json` to include the new command -- Update the `$Projects` property in `packaging/osx/scripts/postinstall` \ No newline at end of file +- Update the `$Projects` property in `packaging/osx/scripts/postinstall`