Arduino-builder Installation On A Debian, Ubuntu, Arch, Kali And Fedora

Arduino-builder Installation On A Debian, Ubuntu, Arch, Kali And Fedora

arduino-builder

Command line tool for compiling Arduino sketches

Maintainer: Debian Electronics Team



Section: electronics

Install arduino-builder

  • Debian apt-get install arduino-builder Click to copy
  • Ubuntu apt-get install arduino-builder Click to copy
  • Arch Linux pacman -S arduino-builder Click to copy
  • Kali Linux apt-get install arduino-builder Click to copy
  • Fedora dnf install arduino-builder Click to copy

arduino-builder

Command line tool for compiling Arduino sketches

This tool is able to parse Arduino Hardware specifications, properly run 'gcc' and produce compiled sketches. An Arduino sketch differs from a standard C program in that it misses a 'main' (provided by the Arduino core), function prototypes are not mandatory, and libraries inclusion is automagic (you just have to #include them). This tool generates function prototypes and gathers library paths, providing 'gcc' with all the needed '-I' params.

Install the latest version of arduino-builder in Debian, Ubuntu, Arch, Kali and Fedora from terminal. To install the arduino-builder just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of arduino-builder from the respository and install it in your computer/server.