summaryrefslogtreecommitdiffstats
path: root/install-dependencies-deb.sh
blob: 4ee4039f5cde89f164826dedfdb5842eaeee6db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# Install build dependencies on a Debian based operating system.
#

apt install \
	avr-libc \
	avrdude \
	binutils-avr \
	doxygen \
	gcc-avr \
	make \
	python3 \
	sparse
bues.ch cgit interface