-
Notifications
You must be signed in to change notification settings - Fork 3
Running Tests
sonOFsalah-2425778 edited this page Apr 15, 2020
·
7 revisions
These are the steps that need to do in order to run the project in any device that running under Linux
git clone https://github.com/Ahmad138/SatRot.git
cd satrot/Software/SatRot-GUI
mkdir build && cd build
qmake ..
make .
sudo make install
cd GUI-Main
./GUI-Main
cd satrot/Software/RotorDriver-GUI
mkdir build && cd build
qmake ..
make .
sudo make install
cd RotorDriver
./RotorDriver
cd build/apiTest
This video demonstrated how the program works and interfere with manual setup, to view it go to 👉 GUI Test
SatRot - Taking everyone to space!!!