aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2018-03-06 17:39:05 -0700
committerMike Schuchardt <mikes@lunarg.com>2018-03-07 09:44:21 -0700
commitd5353a3930aa4d12f9e3d500ced0a93b01694ead (patch)
treec81869dfa07a93d30c9152e7f77b3a56a2eec9d7
parent884c96789c0a7f4adb21c2d26144592223cf97e5 (diff)
downloadusermoji-d5353a3930aa4d12f9e3d500ced0a93b01694ead.tar.xz
docs: Update brew package list
Starting around Feb 27 2018, "python" installs python 3.x instead of 2.x. Also remove git which should be present from the Xcode command line tools and python2 which should be present in the base macOS install.
-rw-r--r--BUILD.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index a4834819..ed3adf26 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -383,7 +383,7 @@ If you do not have Java, you can get it with something like the following:
#### Additional OSX System Requirements
-Tested on OSX version 10.12.4
+Tested on OSX version 10.13.3
Setup Homebrew and components
@@ -395,9 +395,9 @@ Setup Homebrew and components
export PATH=/usr/local/bin:$PATH
-- Add packages with the following (may need refinement)
+- Add packages with the following:
- brew install cmake python python3 git
+ brew install cmake python
### Android Build