forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request swiftlang#135 from larryv/master
Add command to install CMake + Ninja via MacPorts
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|