... | ... | @@ -9,25 +9,33 @@ Here is an example screenshot of the Gryphon GUI showing graph 4 scope 1 for MP |
|
|
The Gryphon GUI is compatible with Linux flavors. It is currently not compatible with Windows systems or MacOS High Sierra 10.13.4 and newer.
|
|
|
|
|
|
# Installing Gryphon
|
|
|
The Gryphon Python GUI works in tandem with the Monterey Phoenix V4 trace generator. Both must be installed to use Gryphon. Gryphon may be installed using an installer or by installing components individually.
|
|
|
The Gryphon Python GUI works in tandem with the Monterey Phoenix V4 trace generator. Both must be installed to use Gryphon. Gryphon may be installed using the MP installer or by installing components individually.
|
|
|
|
|
|
## Using the Installer
|
|
|
Install Gryphon and the Trace Generator by running the installer. Download the installer for your system, make it executable, and run it. Here are available installers:
|
|
|
## Using the MP Installer
|
|
|
Install Gryphon and the Trace Generator by running the installer. Download the installer, make it executable, and run it:
|
|
|
|
|
|
* https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp_ubuntu.bash
|
|
|
* https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp_older_mac.bash (this installer has not been tested and a fully compatible Mac installer is TBD.)
|
|
|
1. Browse to https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp.bash.
|
|
|
1. Click on the download icon near the upper right: ![download](uploads/509a7e72dfa75dded2c31b3cb70d0fdc/download.png) and save the installer in your Downloads folder.
|
|
|
1. In a command window make the installer executable:
|
|
|
|
|
|
If an installer is not available for your system, please suggest that one be made for it.
|
|
|
cd ~/Downloads
|
|
|
chmod +x install_mp_ubuntu.bash
|
|
|
|
|
|
1. Identify your operating system from the following table:
|
|
|
|
|
|
Here is an example of installing Gryphon on an Ubuntu system using install_mp_ubuntu.bash:
|
|
|
| Your OS | Use this |
|
|
|
| --- | --- |
|
|
|
| Ubuntu 20+ | ubuntu20 |
|
|
|
| Centos 8+ | centos8 |
|
|
|
|
|
|
* Browse to https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp_ubuntu.bash.
|
|
|
* Click on the download icon near the upper right: ![download](uploads/509a7e72dfa75dded2c31b3cb70d0fdc/download.png) and save the installer in your Downloads folder.
|
|
|
* In a command window make the installer executable and then run it:
|
|
|
For example to install MP on Ubuntu 20:
|
|
|
|
|
|
cd ~/Downloads
|
|
|
chmod +x install_mp_ubuntu.bash
|
|
|
./install_mp_ubuntu.bash
|
|
|
./install_mp.bash ubuntu20
|
|
|
|
|
|
If the installer does not support your system, please suggest that one be made for it.
|
|
|
|
|
|
You may select to install specific versions of the MP trace-generator or of Gryphon using additional parameters: `./install_mp.bash <your operating system selection> <trace-generator version> <gryphon version>`. The default version for each repository is "master", which selects the most current versions of each.
|
|
|
|
|
|
## Installing components individually
|
|
|
If an installer is not available for your system, you can install Gryphon by hand using the following steps:
|
... | ... | |