Pakket: arduino-builder (1.3.25-4 en anderen) [debports]
Verwijzigingen voor arduino-builder
Debian bronnen:
Het bronpakket downloaden:
Niet gevondenBeheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan arduino-builder gerelateerde pakketten
|
|
|
|
-
- dep: arduino-ctags
- Arduino fork of exuberant ctags
-
- dep: libc6 (>= 2.34)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support bibliotheek
-
- dep: libgo23
- Runtime library for GNU Go applications