Update Installing MP Gryphon authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
...@@ -25,7 +25,7 @@ Install MP Gryphon and the trace generator directly on your Ubuntu Linux system ...@@ -25,7 +25,7 @@ Install MP Gryphon and the trace generator directly on your Ubuntu Linux system
1. Download the MP Gryphon installer from https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp.bash. 1. Download the MP Gryphon installer from https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp.bash.
1. Make the installer executable and then run it by typing this in a command window ![terminal_emulator](uploads/2e92ad4cfa2db13bd7f47976ca2c184d/terminal_emulator.png): 1. Make the installer executable and then run it by typing this in a command window ![terminal_emulator](uploads/2e92ad4cfa2db13bd7f47976ca2c184d/terminal_emulator.png):
``` ```console
cd ~/Downloads cd ~/Downloads
chmod +x install_mp.bash chmod +x install_mp.bash
./install_mp.bash ubuntu ./install_mp.bash ubuntu
...@@ -39,10 +39,10 @@ The `install_mp.bash` script installs the following: ...@@ -39,10 +39,10 @@ The `install_mp.bash` script installs the following:
Once installed, run Gryphon from a command window by changing to the directory conatining the Gryphon tool and typing `./mp.py`: Once installed, run Gryphon from a command window by changing to the directory conatining the Gryphon tool and typing `./mp.py`:
``` ```console
cd ~/mp_gryphon/gryphon/python cd ~/mp_gryphon/gryphon/python
./mp.py ./mp.py
``` ```
# Linux Alternatives # Linux Alternatives
Alternatives can be made available, for example: Alternatives can be made available, for example:
* Executable Gryphon app without the trace-generator. * Executable Gryphon app without the trace-generator.
... ...
......