2013-09-13 17:01:40 +00:00
|
|
|
Install Packages on OS X 10.8
|
|
|
|
-----------------------------
|
|
|
|
We assume that you are using [homebrew][homebrew], "The missing package manager for OS X".
|
|
|
|
|
|
|
|
[homebrew]: http://brew.sh
|
|
|
|
|
|
|
|
Instructions for installing gperftools on OS X 10.8
|
|
|
|
|
2013-09-15 04:18:05 +00:00
|
|
|
brew install gperftools
|
2013-09-13 17:01:40 +00:00
|
|
|
|
|
|
|
Instructions for installing gcc-4.8 (C++11 compatible) on OS X 10.8
|
|
|
|
|
2013-09-15 04:18:05 +00:00
|
|
|
brew tap homebrew/versions
|
|
|
|
brew install gcc48
|
2013-09-13 17:01:40 +00:00
|
|
|
|
|
|
|
Instructions for installing clang-3.3 (C++11 compatible) on OS X 10.8
|
|
|
|
|
2013-09-15 04:18:05 +00:00
|
|
|
brew install llvm --with-clang --with-asan
|