Update home authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
......@@ -27,6 +27,7 @@ Install Gryphon and the Trace Generator by running the MP installer. Download t
| Ubuntu 18+ | ubuntu18+ |
| Centos 8+ | centos8 |
| Centos 7 | centos7 |
| Mac OS High Sierra | macos_high_sierra |
For example to install MP on Ubuntu 20:
......@@ -61,6 +62,23 @@ Note: If you are running Centos 7 virtually from a .vdi image downloaded from vi
DNS2=8.8.4.4
ONBOOT=yes
#### Mac OS
Currently, only High Sierra is supported. More Mac OSs will be supported when the trace-generator is updated for 64-bit support.
Before running the MP installer, install Python3 from https://www.python.org/downloads/mac-osx/.
When running the MP installer, if Developer Tools is not installed, a pop-up will ask if you if you want it installed. If this is the case, install it and when done, re-run the MP installer.
Here is a synopsis of Mac compatibility:
| Mac version | Compatibility with MP Gryphon |
| --- | --- |
| Older versions before High Sierra | Not tested, may work using `macos_high_sierra` if Python3 can be installed |
| High Sierra OS 10.13.4 | Install using `macos_high_sierra` |
| Mojave OS 10.14 | May work if installing older Xcode 9.4.x, see https://stackoverflow.com/questions/52470524/xcode-9-support-on-macos-mojave |
| Catalina OS 10.15 (32-bit executables not allowed) | Not available until trace-generator 64-bit support is available |
| Mac with M1 processor | Not available until trace-generator runs on M1 |
# Running Gryphon
To run the Gryphon GUI open a command window and type:
......
......