You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
13 years ago | |
---|---|---|
ArduBoat | 13 years ago | |
ArduCopter | 13 years ago | |
ArduPlane | 13 years ago | |
ArduRover | 13 years ago | |
Tools | 13 years ago | |
apo | 13 years ago | |
archive | 14 years ago | |
cmake | 14 years ago | |
libraries | 13 years ago | |
.gitignore | 14 years ago | |
CMakeLists.txt | 14 years ago | |
COPYING.txt | 14 years ago | |
README.txt | 14 years ago |
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