Update home authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
......@@ -63,21 +63,35 @@ Note: If you are running Centos 7 virtually from a .vdi image downloaded from vi
ONBOOT=yes
#### Mac OS
Currently only High Sierra is supported. More Mac OS versions will be supported when the trace generator is updated for 64-bit support.
MP Gryphon support may be limited depending on your Mac OS version.
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:
##### High Sierra OS 10.13.4
Type:
| 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 are not allowed) | Not available until trace generator 64-bit support is available |
| Mac with M1 processor (ARM-based architecture) | Not available until trace generator runs on M1 |
cd ~/Downloads
./install_mp.bash macos
##### Mojave OS 10.14
Disable automatic updates and then install older Xcode 9.4.1 available at https://download.developer.apple.com/Developer_Tools/Xcode_9.4.1/Xcode_9.4.1.xip, see https://stackoverflow.com/questions/52470524/xcode-9-support-on-macos-mojave. After installing Xcode 9.4.1 type:
cd ~/Downloads
./install_mp.bash macos
##### Older than High Sierra 10.13.4
Might work, try typing:
cd ~/Downloads
./install_mp.bash macos
##### Catalina 10.15 and newer
The Trace Generator is currently not available on newer Mac systems. However Gryphon may be run in demo mode and .gry files may be imported and viewed. Type:
cd ~/Downloads
./install_mp.bash macos_demo
#### Ubuntu 20
The master branch of trace-generator currently does not build on Ubuntu 20. A temporary work-around is to install the unofficial `modernize_build` branch by running the MP installer as follows:
......@@ -92,6 +106,11 @@ To run the Gryphon GUI open a command window and type:
./mp.py
# Updating Gryphon
To just update Gryphon type:
cd ~/Downloads
./install_mp.bash gryphon_only
Re-run the MP installer to update Gryphon to the latest version. Alternatively, install a specific version of MP Gryphon using version parameters.
# Resources
......
......