@@ -18,24 +18,24 @@ Install Gryphon and the Trace Generator by running the installer. Download the
1. Click on the download icon near the upper right:  and save the installer in your Downloads folder.
1. In a command window make the installer executable:
cd ~/Downloads
chmod +x install_mp_ubuntu.bash
cd ~/Downloads
chmod +x install_mp_ubuntu.bash
1. Identify your operating system from the following table:
| Your OS | Use this |
| --- | --- |
| Ubuntu 20+ | ubuntu20 |
| Centos 8+ | centos8 |
| Your OS | Use this |
| --- | --- |
| Ubuntu 20+ | ubuntu20 |
| Centos 8+ | centos8 |
For example to install MP on Ubuntu 20:
For example to install MP on Ubuntu 20:
cd ~/Downloads
./install_mp.bash ubuntu20
cd ~/Downloads
./install_mp.bash ubuntu20
If the installer does not support your system, please suggest that one be made for it.
If the installer does not support your system, please suggest that one be made for it.
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.
## Installing components individually
If an installer is not available for your system, you can install Gryphon by hand using the following steps: