Skip to content

Commit 4c7bc26

Browse files
authored
Merge pull request swiftlang#30714 from SlaunchaMan/patch-1
Add Brewfile
2 parents 9602657 + 3d5352d commit 4c7bc26

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#==============================================================================#
2323
# Explicit files to ignore (only matches one).
2424
#==============================================================================#
25+
Brewfile.lock.json
2526
cscope.files
2627
cscope.out
2728
.vimrc

Brewfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
brew "cmake"
2+
brew "ninja"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ which can be installed via a package manager:
102102
**[Homebrew](https://brew.sh/)**
103103

104104
brew install cmake ninja
105+
106+
You can also use [homebrew-bundle](https://github.com/Homebrew/homebrew-bundle) to install all of these dependencies:
107+
108+
brew bundle
105109

106110
**[MacPorts](https://macports.org)**
107111

0 commit comments

Comments
 (0)