Update Installing MP Gryphon authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
......@@ -2,7 +2,7 @@
The MP Gryphon toolset is compatible with Linux flavors and currently has limited support for Mac and Windows systems. Specifically, the trace-generator currently must be able to build and run 32-bit x86 code.
* **Linux flavors** - An installer is available for several Linux flavors.
* **Mac** - An installer is available. Newer Mac systems offer a limited demo mode (MacOS High Sierra 10.13.4 and newer).
* **Mac** - An installer is available. Newer Mac systems offer a limited read-only mode (MacOS High Sierra 10.13.4 and newer).
* **Windows** - Windows support is currently not available. MP Gryphon may be accessed on Windows using a Linux emulator, see [Running Gryphon on Windows](Running Gryphon on Windows).
# Installing Gryphon
......@@ -24,7 +24,7 @@ The Gryphon Python GUI works in tandem with the Monterey Phoenix V4 trace genera
| Centos 8+ | centos8 |
| Centos 7 | centos7 |
| Older Mac OS | macos |
| Newer Mac OS (Gryphon only) | macos_demo |
| Newer Mac OS (Gryphon only) | macos_read_only |
1. Identify what version of Gryphon you would like to use:
......@@ -125,10 +125,10 @@ Might work, try typing:
./install_mp.bash macos master master
### 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:
The Trace Generator is currently not available on newer Mac systems. However Gryphon may be run in read-only mode and .gry files may be imported and viewed. Type:
cd ~/Downloads
./install_mp.bash macos_demo master master
./install_mp.bash macos_read_only master master
## Windows
See [Running Gryphon on Windows](Running Gryphon on Windows).
......
......