Update home authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
...@@ -31,10 +31,10 @@ Install Gryphon and the Trace Generator by running the MP installer. Download t ...@@ -31,10 +31,10 @@ Install Gryphon and the Trace Generator by running the MP installer. Download t
| Older Mac OS | macos | | Older Mac OS | macos |
| Newer Mac OS (Gryphon only) | macos_demo | | Newer Mac OS (Gryphon only) | macos_demo |
For example to install MP on Ubuntu 20: For example to install MP on Ubuntu 18:
cd ~/Downloads cd ~/Downloads
./install_mp.bash ubuntu18+ ./install_mp.bash ubuntu18
If the installer does not support your system, please suggest that one be made for it. For a reference of packages required by MP please see the installation steps that are most similar to your OS under "update packages" in the MP install file at https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp.bash. If the installer does not support your system, please suggest that one be made for it. For a reference of packages required by MP please see the installation steps that are most similar to your OS under "update packages" in the MP install file at https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp.bash.
...@@ -99,7 +99,7 @@ The Trace Generator is currently not available on newer Mac systems. However Gr ...@@ -99,7 +99,7 @@ The Trace Generator is currently not available on newer Mac systems. However Gr
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: 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:
cd ~/Downloads cd ~/Downloads
./install_mp.bash ubuntu18+ modernize_build master ./install_mp.bash ubuntu20 modernize_build master
# Running Gryphon # Running Gryphon
To run the Gryphon GUI open a command window and type: To run the Gryphon GUI open a command window and type:
... ...
......