Update home authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
...@@ -85,25 +85,25 @@ When running the MP installer, if Developer Tools is not installed, a pop-up wil ...@@ -85,25 +85,25 @@ When running the MP installer, if Developer Tools is not installed, a pop-up wil
Type: Type:
cd ~/Downloads cd ~/Downloads
./install_mp.bash macos ./install_mp.bash macos master master
##### Mojave OS 10.14 ##### Mojave OS 10.14
Disable automatic updates and then install older Xcode 9.4.1 available at https://download.developer.apple.com/Developer_Tools/Xcode_9.4.1/Xcode_9.4.1.xip, see https://stackoverflow.com/questions/52470524/xcode-9-support-on-macos-mojave. After installing Xcode 9.4.1 type: Disable automatic updates and then install older Xcode 9.4.1 available at https://download.developer.apple.com/Developer_Tools/Xcode_9.4.1/Xcode_9.4.1.xip, see https://stackoverflow.com/questions/52470524/xcode-9-support-on-macos-mojave. After installing Xcode 9.4.1 type:
cd ~/Downloads cd ~/Downloads
./install_mp.bash macos ./install_mp.bash macos master master
##### Older than High Sierra 10.13.4 ##### Older than High Sierra 10.13.4
Might work, try typing: Might work, try typing:
cd ~/Downloads cd ~/Downloads
./install_mp.bash macos ./install_mp.bash macos master master
##### Catalina 10.15 and newer ##### Catalina 10.15 and newer
The Trace Generator is currently not available on newer Mac systems. However Gryphon may be run in demo mode and .gry files may be imported and viewed. Type: The Trace Generator is currently not available on newer Mac systems. However Gryphon may be run in demo mode and .gry files may be imported and viewed. Type:
cd ~/Downloads cd ~/Downloads
./install_mp.bash macos_demo ./install_mp.bash macos_demo master master
#### Ubuntu 20 #### Ubuntu 20
The master branch of trace-generator currently does not build on Ubuntu 20. A temporary work-around is to install the unofficial `modernize_build` branch by running the MP installer as follows: The master branch of trace-generator currently does not build on Ubuntu 20. A temporary work-around is to install the unofficial `modernize_build` branch by running the MP installer as follows:
...@@ -123,7 +123,7 @@ Re-run the MP installer to update Gryphon to the latest version. Alternatively, ...@@ -123,7 +123,7 @@ Re-run the MP installer to update Gryphon to the latest version. Alternatively,
To just update Gryphon type: To just update Gryphon type:
cd ~/Downloads cd ~/Downloads
./install_mp.bash gryphon_only ./install_mp.bash gryphon_only master master
# Resources # Resources
* MP home page: https://wiki.nps.edu/display/MP/Monterey+Phoenix+Home * 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 * MP Language manual v4: https://wiki.nps.edu/download/attachments/604667916/MP2-syntax-v4.pdf?api=v2
... ...
......