Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 879 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 879 Bytes

DroidPlanner - Ground Control Station for Android devices

If you just want to download the app goto Google Play. For more info goto the wiki pages.

This project is licensed by GPLv3

Development

To compile the code follow these instructions:

  1. Checkout source: git clone [email protected]:DroidPlanner/droidplanner.git
  2. Change to the directory we just checked out: cd droidplanner
  3. Optional: Checkout whatever branch you need: git checkout <branch>
  4. Checkout submodules: git submodule init; git submodule update
  5. Open Android Studio and choose "Import Project...".

DroidPlanner