@@ -31,12 +31,24 @@ Install Gryphon and the Trace Generator by running the MP installer. Download t
...
@@ -31,12 +31,24 @@ 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 18:
1. Identify what version of Gryphon and Trace Generator you would like to use:
| | Latest stable | Latest under development |
| --- | --- | --- |
| Trace Generator | master | master |
| Gryphon | v0.5.0 | 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.0 and the latest trace-generator type:
cd ~/Downloads
./install_mp.bash ubuntu18 master v0.5.0
or to install the latest Gryphon and Trace Generator code under development type:
cd ~/Downloads
cd ~/Downloads
./install_mp.bash ubuntu18
./install_mp.bash ubuntu18 master master
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 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.
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.
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.