Skip to content

Commit

Permalink
Merge branch 'integration-candidate' into fix72-upgradepyqt
Browse files Browse the repository at this point in the history
  • Loading branch information
lbleier-GSFC authored May 20, 2020
2 parents 57f549d + e8bd93c commit f3ef354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Guide-GroundSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Future enhancements:
## Install and run

Before launching the Ground System make sure that:

- PyQt5 is installed,
- PyZMQ is installed,
- cmdUtil is compiled.
Expand All @@ -37,6 +38,7 @@ Installing and running cFS Ground System on Ubuntu:
1. ```cd Subsystems/cmdUtil/ && make```
1. ```python3 GroundSystem.py```


The historically included instructions for running on macOS or CentOS are included at the bottom of this document for reference. Please note that instructions have not been maintained. Welcoming instruction contributions if any of these are your platform of choice.

## Adding new flight software application to ground system command GUI
Expand All @@ -45,6 +47,7 @@ This section was made to help developers who are adding core Flight Software (cF

The `CHeaderParser.py` program that should be found in:


```GroundSystem/Subsystems/cmdGui```

Is an interactive, command-line based program to help walk developers through the process of adding custom cFS applications to the Ground System. Along with `CHeaderParser.py` is a configuration file that CHeaderParser uses to find the proper header files for your "new" cFS application. This file is named `CHeaderParser-hdr-paths.txt`, and should be placed in the same directory as `CHeaderParser.py`.
Expand Down

0 comments on commit f3ef354

Please sign in to comment.