ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
2011-10-03 12:08:19 +02:00
apo Fixed apo makefile. 2011-10-02 23:55:08 -04:00
archive more directories for the archive 2011-09-09 12:48:34 +10:00
ArduBoat Added eclipse project files for ArduBoat and ArduRover 2011-10-02 14:30:21 +02:00
ArduCopter Merge branch 'master' of https://code.google.com/p/ardupilot-mega 2011-10-02 11:36:31 -07:00
ArduPlane Fix compilation 2011-10-02 14:52:02 +02:00
ArduRover Added eclipse project files for ArduBoat and ArduRover 2011-10-02 14:30:21 +02:00
cmake Added cpack packaging, ArduRover/ArduBoat/apo, building with cmake 2011-09-30 20:24:02 -04:00
libraries Make it work on windows "out-of-the-box" 2011-10-03 12:08:19 +02:00
Tools firmware build 2011-10-03 02:40:31 +08:00
.gitignore Improvements to cmake. 2011-09-29 21:23:26 -04: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

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