Update home authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
......@@ -40,8 +40,8 @@ Install Gryphon and the Trace Generator by running the installer. Download the
## Installing components individually
If an installer is not available for your system, you can install Gryphon by hand using the following steps:
mkdir ~/gits_mp
cd ~/gits_mp
mkdir ~/mp_gryphon
cd ~/mp_gryphon
git clone https://gitlab.nps.edu/monterey-phoenix/trace-generator.git
git clone https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon.git
......@@ -64,7 +64,7 @@ or for Ubuntu:
To build the trace generator type:
cd ~/gits_mp/trace-generator/RIGAL/rigsc.446/src
cd ~/mp_gryphon/trace-generator/RIGAL/rigsc.446/src
make
For Mac install PyQt5:
......@@ -74,7 +74,7 @@ For Mac install PyQt5:
# Running Gryphon
To run the Gryphon GUI open a command window and type:
cd ~/gits_mp/gryphon/python
cd ~/mp_gryphon/gryphon/python
./mp.py
# Resources
......
......