Update Installing MP Gryphon authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
...@@ -33,15 +33,10 @@ The Gryphon Python GUI works in tandem with the Monterey Phoenix V4 trace genera ...@@ -33,15 +33,10 @@ The Gryphon Python GUI works in tandem with the Monterey Phoenix V4 trace genera
| Gryphon v0.5.1c | v0.5.1c | Gryphon v0.5.1c | v0.5.1c
| Latest under development | master | | Latest under development | master |
1. Run the installer by typing `./install_mp.bash <OS> <trace-generator version> <Gryphon version>`. For example to install MP on Ubuntu 18 with Gryphon v0.5.1c and the latest trace-generator type: 1. Run the installer by typing `./install_mp.bash <OS> <Gryphon version>`. For example to install MP on Ubuntu 18 with Gryphon v0.5.1c type:
cd ~/Downloads cd ~/Downloads
./install_mp.bash ubuntu18 master v0.5.1c ./install_mp.bash ubuntu18 v0.5.1c
or to install the latest Gryphon and Trace Generator code under development type:
cd ~/Downloads
./install_mp.bash ubuntu18 master master
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.
... ...
......