-
Notifications
You must be signed in to change notification settings - Fork 167
Creating a Development Environment
peabody124 edited this page Jan 3, 2015
·
9 revisions
A development environment is used to compile new software and firmware packages. The instructions might look daunting, but ultimately it is a very easy process that requires little to no experience with Qt or cross-compilers.
The build system requires
- git
- Python
- make and gcc
- wget
The instructions for getting these prerequisites varies by operating system. For these instructions please check
Once the prerequisites are met, these steps should get the remaining tools required to build the GCS and firmware. Please use the tools recommended here to avoid issues.
git clone https://github.com/TauLabs/TauLabs.git
cd TauLabs
-
make qt_sdk_install
-- make sure to install in the path that the command line tells you make android_sdk_install android_sdk_update
make arm_sdk_install
Finally to compile the software: make all_flight gcs