Skip to content

Other AVR Build Systems

rpavlik edited this page Sep 19, 2012 · 1 revision

You can use the library in a few ways:

  • If you only need the headers, you can just use the -arduino-installed variants of branches. They're just the headers, moved up to the top level, with a harmless dummy header added for the sake of the Arduino IDE. Just add your checkout/submodule path to your compiler include path.

  • You can use the -avr branches and build a static library and headers to use in your project.

  • You can use the -avr branches but build the desired sources within your own build system along with your own sources.

Note that you might need to provide files like Arduino's new.h and new.cpp in your build system and include path for things requiring placement-new to work.

Clone this wiki locally