Skip to content

Commit

Permalink
Separate Homebrew/MacPorts instructions for CMake + Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
larryv committed Dec 4, 2015
1 parent d079068 commit 3172457
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,13 @@ it next to the other projects and it will be bootstrapped automatically:

git clone [email protected]:martine/ninja.git

You can also use a third-party packaging tool like [Homebrew](http://brew.sh) or
[MacPorts](https://macports.org) to install CMake and Ninja on OS X:
You can also install CMake and Ninja on OS X using a third-party
packaging tool like [Homebrew](http://brew.sh)

brew install cmake ninja

…or [MacPorts](https://macports.org).

sudo port install cmake ninja

### Building Swift
Expand Down

0 comments on commit 3172457

Please sign in to comment.