From d5353a3930aa4d12f9e3d500ced0a93b01694ead Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Tue, 6 Mar 2018 17:39:05 -0700 Subject: 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. --- BUILD.md | 6 +++--- 1 file 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 -- cgit v1.2.3