Update Install-Guide.md

This commit is contained in:
Scott Fennell
2022-06-15 16:11:51 -05:00
committed by GitHub
parent bc18f5492c
commit ee4fd17de0

View File

@ -14,7 +14,7 @@ Trick requires various free third party utilities in order to function. All the
| [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 | | [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. | | | [perl] | 5.6+ | Programming Language | Allows executable scripts in the bin directory to run. | |
| [java] | 11+ | Programming Language | Necessary for Trick GUIs. | | | [java] | 11+ | Programming Language | Necessary for Trick GUIs. | |
| [swig] | 2.0-3.0 | Language Interfacing | Connects the python input processor with Trick's C code. | 3.0+ required for some unit tests in make test target | | [swig] | 2.x-3.x | Language Interfacing | Connects the python input processor with Trick's C code. | 3.0+ required for some unit tests in make test target |
| [make] | 3.78+ | Build Automation | Automates the building and cleaning of Trick. | | | [make] | 3.78+ | Build Automation | Automates the building and cleaning of Trick. | |
| [openmotif] | 2.2.0+ | GUI Toolkit | Covers Trick GUIs not made with Java. | | | [openmotif] | 2.2.0+ | GUI Toolkit | Covers Trick GUIs not made with Java. | |
| [udunits] | 2.x+ | C Unit Library/Database | Provides support for units of physical quantities. | | | [udunits] | 2.x+ | C Unit Library/Database | Provides support for units of physical quantities. | |