Update home authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
......@@ -8,7 +8,12 @@ The Gryphon Python GUI works in tandem with the Monterey Phoenix V4 trace genera
mkdir ~/gits_mp
cd ~/gits_mp
git clone https://gitlab.nps.edu/monterey-phoenix/trace-generator.git
git clone git@github.com:Monterey-phoenix/gryphon.git
git clone https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon.git
Developers may prefer to use the git protocol instead:
git clone git@gitlab.nps.edu:monterey-phoenix/trace-generator.git
git clone git@gitlab.nps.edu:monterey-phoenix/user-interfaces/gryphon.git
The trace generator and the GUI have some dependencies. To build the trace generator, you may need to install a few packages for `make` to work, for example on Fedora:
......@@ -39,3 +44,4 @@ To run the Gryphon GUI:
* MP home page: https://wiki.nps.edu/display/MP/Monterey+Phoenix+Home
* MP Language manual v4: https://wiki.nps.edu/download/attachments/604667916/MP2-syntax-v4.pdf?api=v2
* Firebird web-based GUI: https://firebird.nps.edu/
* The MP Gryphon GUI Users Manual: https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/doc/mp_py_um/mp_py_um.pdf
\ No newline at end of file