Skip to content

Commit

Permalink
Merge pull request swiftlang#135 from larryv/master
Browse files Browse the repository at this point in the history
Add command to install CMake + Ninja via MacPorts
  • Loading branch information
tkremenek committed Dec 4, 2015
2 parents 3de382e + 1205637 commit d079068
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@ 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) to
install CMake and Ninja on OS X:
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:

brew install cmake ninja
sudo port install cmake ninja

### Building Swift

Expand Down

0 comments on commit d079068

Please sign in to comment.