From c21e0f5f0089053a6851b752fa39bd50c9914dea Mon Sep 17 00:00:00 2001 From: EllissaPeterson <ellissa@iastate.edu> Date: Mon, 21 Feb 2022 12:44:16 -0600 Subject: [PATCH] Added README --- groundStation/gui/MicroCART/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 groundStation/gui/MicroCART/README.md diff --git a/groundStation/gui/MicroCART/README.md b/groundStation/gui/MicroCART/README.md new file mode 100644 index 000000000..4e93fa366 --- /dev/null +++ b/groundStation/gui/MicroCART/README.md @@ -0,0 +1,18 @@ +# Ground Station GUI + +In order to run the GUI on a windows machine you will need a remote display protocol such as X Window System. + +From /MicroCART/groundStation/gui/MicroCART +```bash + make +``` + +If you are this on running on windows +```bash + export DISPLAY=:0 +``` + +To run, simply run MicroCART +```bash + ./MicroCART +``` \ No newline at end of file -- GitLab