doc(make/osx-10.9.md): take out tap, bump up version to 10.9
This commit is contained in:
parent
da4c1922e3
commit
435a582bb0
1 changed files with 5 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
||||||
Install Packages on OS X 10.8
|
Install Packages on OS X 10.9
|
||||||
-----------------------------
|
-----------------------------
|
||||||
We assume that you are using [homebrew][homebrew], "The missing package manager for OS X".
|
We assume that you are using [homebrew][homebrew], "The missing package manager for OS X".
|
||||||
|
|
||||||
[homebrew]: http://brew.sh
|
[homebrew]: http://brew.sh
|
||||||
|
|
||||||
Instructions for installing gperftools on OS X 10.8
|
Instructions for installing gperftools on OS X 10.9
|
||||||
|
|
||||||
brew install gperftools
|
brew install gperftools
|
||||||
|
|
||||||
Instructions for installing gcc-4.8 (C++11 compatible) on OS X 10.8
|
Instructions for installing gcc-4.8.3 (C++11 compatible) on OS X 10.9
|
||||||
|
|
||||||
brew tap homebrew/versions
|
brew install gcc
|
||||||
brew install gcc48
|
|
||||||
|
|
||||||
Instructions for installing clang-3.3 (C++11 compatible) on OS X 10.8
|
Instructions for installing clang-3.3 (C++11 compatible) on OS X 10.9
|
||||||
|
|
||||||
brew install llvm --with-clang --with-asan
|
brew install llvm --with-clang --with-asan
|
||||||
|
|
Loading…
Reference in a new issue