From 0c207dd5115ab19b36c5d002b8c2360cc853916a Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Mon, 4 Apr 2022 12:42:55 -0500 Subject: [PATCH] Update Install-Guide.md --- docs/documentation/install_guide/Install-Guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/documentation/install_guide/Install-Guide.md b/docs/documentation/install_guide/Install-Guide.md index 123a4af3..9e4b4d5e 100644 --- a/docs/documentation/install_guide/Install-Guide.md +++ b/docs/documentation/install_guide/Install-Guide.md @@ -10,7 +10,7 @@ Trick requires various free third party utilities in order to function. All the | Utility | Version | Description | Usage | Notes | |---------------:|:-------:|:-----------------------:|:---------------------------------------------------------:|:------------------------------------------------------| | [gcc] and g++ | 4.8+ | C/C++ Compiler | Compiles Trick and Trick simulations. | | -| [clang]/[llvm] | 3.4.2+ (<=11 on mac) | C/C++ Compiler | Utilized by the interface code generator. | | +| [clang]/[llvm] | 3.4.2+ (<=11 on mac) | C/C++ Compiler | Utilized by the interface code generator. | | | [python] | 2.7+ | Programming Language | Lets the user interact with a simulation. | Trick has been tested up to python 3.9 as of 02/21 | | [perl] | 5.6+ | Programming Language | Allows executable scripts in the bin directory to run. | | | [java] | 11+ | Programming Language | Necessary for Trick GUIs. | | @@ -169,9 +169,9 @@ export PYTHON_VERSION=3 proceed to [Install Trick](#install) section of the install guide -### macOS BigSur +### macOS BigSur (Monterey support is limited) -1. Install XCode from the App Store. +1. Install XCode from the App Store. (Note: Xcode 13.2 and lower supported. Monterey users will need to downgrade their command line tools to 13.2 if 13.3 is installed. Xcode Command line Tools 13.2 can be found at developer.apple.com) 2. Download and install Command Line Tools for macOS by opening a terminal and running the following command.