File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 22
22
# ==============================================================================#
23
23
# Explicit files to ignore (only matches one).
24
24
# ==============================================================================#
25
+ Brewfile.lock.json
25
26
cscope.files
26
27
cscope.out
27
28
.vimrc
Original file line number Diff line number Diff line change
1
+ brew "cmake"
2
+ brew "ninja"
Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ which can be installed via a package manager:
102
102
** [ Homebrew] ( https://brew.sh/ ) **
103
103
104
104
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
105
109
106
110
** [ MacPorts] ( https://macports.org ) **
107
111
You can’t perform that action at this time.
0 commit comments