mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Update Install-Guide.md
This commit is contained in:
parent
ab0d1cf1bd
commit
0871600cad
@ -40,13 +40,6 @@ Clang/LLVM can be installed and located manually should your package manager fai
|
||||
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
|
||||
|
||||
The configuration for these tests can be found in the [trick/.github/workflow/test.yml](https://github.com/nasa/trick/blob/master/.github/workflows/test.yml) file.
|
||||
|
||||
**Installing both the Oracle JDK and OpenJDK may lead to problems and confusion.**
|
||||
|
||||
# Operating Systems
|
||||
@ -63,6 +56,15 @@ Trick runs on GNU/Linux and MacOSX, though any System V/POSIX compatible UNIX wo
|
||||
|[MacOS](#macos)|
|
||||
|[Windows 10 (Linux Subsystem Only)](#windows10)|
|
||||
|
||||
---
|
||||
### 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
|
||||
|
||||
The configuration for these tests can be found in the [trick/.github/workflow/test.yml](https://github.com/nasa/trick/blob/master/.github/workflows/test.yml) file.
|
||||
|
||||
|
||||
---
|
||||
<a name="redhat8"></a>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user