Update Installing MP Gryphon authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
...@@ -38,6 +38,12 @@ The Gryphon Python GUI works in tandem with the Monterey Phoenix V4 trace genera ...@@ -38,6 +38,12 @@ The Gryphon Python GUI works in tandem with the Monterey Phoenix V4 trace genera
cd ~/Downloads cd ~/Downloads
./install_mp.bash ubuntu18 v0.5.1c ./install_mp.bash ubuntu18 v0.5.1c
**Note: The installer attempts to install the MP preloaded examples. This repository is currently not public so this step will fail. For now, you may try this to get a subset of some examples:**
mkdir ~/temp
cd ~/temp
git clone https://gitlab.nps.edu/monterey-phoenix/mp-model-collection/curated-examples.git
If the installer does not support your operating 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 operating 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.
# Running Gryphon # Running Gryphon
... ...
......