ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
Andrew Tridgell f7780a81c8 imported custom_mode size fix 2011-10-24 13:41:15 +11:00
ArduBoat Updated ArduRover/ ArduBoat for new apo changes. 2011-10-16 03:15:22 -04:00
ArduCopter adding missing config parameters 2011-10-21 10:41:52 +07:00
ArduPlane MAVLink: MAVLink 1.0 support now builds 2011-10-24 12:21:26 +11:00
ArduRover Updated ArduRover/ ArduBoat for new apo changes. 2011-10-16 03:15:22 -04:00
Tools Merge branch 'master' of https://code.google.com/p/ardupilot-mega 2011-10-23 17:48:55 +08:00
apo Corrected battery monitoring in apo. 2011-10-20 02:28:47 -04:00
archive more directories for the archive 2011-09-09 12:48:34 +10:00
cmake Added cpack packaging, ArduRover/ArduBoat/apo, building with cmake 2011-09-30 20:24:02 -04:00
libraries imported custom_mode size fix 2011-10-24 13:41:15 +11:00
.gitignore planner quick hil fix 2011-10-09 21:30:28 +08:00
CMakeLists.txt Working on ArduPlane/ArduCopter cmake support. 2011-09-30 20:46:37 -04:00
COPYING.txt cmake overhaul, cleaned up readme, added license 2011-09-30 17:32:51 -04:00
README.txt Added cpack packaging, ArduRover/ArduBoat/apo, building with cmake 2011-09-30 20:24:02 -04:00

README.txt

Building using arduino
--------------------------
To install the libraries:
 - copy Library Directories to your \arduino\hardware\libraries\ or arduino\libraries directory
 - Restart arduino IDE

 * Each library comes with a simple example. You can find the examples in menu File->Examples

Building using make 
-----------------------------------------------
 - go to directory of sketch and type make.

Building using cmake
-----------------------------------------------
 - mkdir build
 - cd build
 - cmake ..
 - make (will build every sketch)
 - make ArduPlane (will build just ArduPlane etc.)

Build a package using cpack
-----------------------------------------------
 - cd build
 - cmake ..
 - make package
 - make package_source