From a922af0b55786fa1c5c22fdca03f03c116a77766 Mon Sep 17 00:00:00 2001 From: Ken McMillan Date: Tue, 15 Oct 2019 10:30:15 -0700 Subject: [PATCH] mac doc --- doc/install.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/install.md b/doc/install.md index 00fe0d93..91851d8f 100644 --- a/doc/install.md +++ b/doc/install.md @@ -153,6 +153,9 @@ command line build tools for C++ installed. You can get them free of charge Installation from source on MacOS High Sierra and Mojave ================================================================================ +These instructions have been tested for macOS 10.12 Sierra up to macOS +10.15 Catalina. + 1. Install Xcode from App Store 2. Install Xcode command line tools @@ -167,12 +170,12 @@ command line build tools for C++ installed. You can get them free of charge $ sudo xcodebuild -license Install Macports from [https://www.macports.org/install.php](https://www.macports.org/install.php). Select - matching macOS 10.12 or 10.13 depending on macOS running on + the version matching The macOS matching the macOS version running on your machine. On macOS 10.13 Mojave, make sure you've installed all patches because various steps below were broken until about 7/15/2019 patch. - $ sudo easy_install pip (required on 10.13 Mojave and/or required by 8/1/2019) + $ sudo easy_install pip # required on 10.13 Mojave and/or required by 8/1/2019) $ sudo port install graphviz-gui $ sudo port select --set python python27 $ sudo port select --set python2 python27