Update Install-Guide.md

This commit is contained in:
Scott Fennell 2020-09-02 15:52:31 -05:00 committed by GitHub
parent c8e90dde81
commit 004a5a0384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,12 @@ Clang/LLVM can be installed and located manually should your package manager fai
### Java ### Java
Trick needs the javac compiler included in the Java Development Kit (JDK). Trick will work with either the Oracle JDK or OpenJDK. Trick needs the javac compiler included in the Java Development Kit (JDK). Trick will work with either the Oracle JDK or OpenJDK.
### Troubleshooting
If the Trick tests are passing, you can see *exactly* how we configure our test machines on Github's test integration platform, Github Actions.
If logged into any github account on github.com, you can access the [Actions](https://github.com/nasa/trick/actions) tab on the Trick repo page. Go to [Trick-CI](https://github.com/nasa/trick/actions?query=workflow%3A%22Trick+CI%22), and click the latest passing run. Here you can access a log of our shell commands to configure each OS with dependencies and also the commands we use to install Trick. In fact, that is exactly where I go when I want to update the install guide! @spfennell
**Installing both the Oracle JDK and OpenJDK may lead to problems and confusion.** **Installing both the Oracle JDK and OpenJDK may lead to problems and confusion.**
# Operating Systems # Operating Systems