[ ソース: arduino-builder ]
パッケージ: arduino-builder (1.3.25-4 など)
arduino-builder に関するリンク
Debian の資源:
arduino-builder ソースパッケージをダウンロード:
- [arduino-builder_1.3.25-4.dsc]
- [arduino-builder_1.3.25.orig.tar.xz]
- [arduino-builder_1.3.25-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.