arduino-cmake / Arduino-CMake-NG

CMake-Based framework for Arduino platforms
MIT License
138 stars 39 forks source link

Arch linux support #81

Closed TellowKrinkle closed 5 years ago

TellowKrinkle commented 5 years ago

Adds support for the Arduino IDE available from the arduino and arduino-avr-core arch linux repositories. All examples now compile assuming you've installed the required Arduino libraries and set AUTO_SET_SKETCHBOOK_PATH=ON.

Hopefully fixes #53 (for Arch Linux, Ubuntu ships an ancient version 1.0.5 of the IDE, untested on Fedora)

AFAIK Fedora does something similar to Arch but I haven't tested that yet so if someone with Fedora could test that would be great

Major differences between Arch install and the default distribution:

Other Changes

TellowKrinkle commented 5 years ago

Now tested on Fedora as well

TellowKrinkle commented 5 years ago

Does that seem right?