aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-06-15 17:44:06 -0600
committerSelene ToyKeeper2019-06-15 17:44:06 -0600
commitb5d3675b555b1ea87cf2ced6f3c70087e32828d0 (patch)
treee334ea152c8a417cd84055cd1074fb2e2c5d555d
parentmerged updates from fsm branch, because it has been way too long since the la... (diff)
downloadanduril-b5d3675b555b1ea87cf2ced6f3c70087e32828d0.tar.gz
anduril-b5d3675b555b1ea87cf2ced6f3c70087e32828d0.tar.bz2
anduril-b5d3675b555b1ea87cf2ced6f3c70087e32828d0.zip
Added setup info for Fedora.
Diffstat (limited to '')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 6a63e5b..1e6e842 100644
--- a/README
+++ b/README
@@ -70,6 +70,12 @@ To set up an attiny dev environment on Ubuntu (13.10):
Optional: (make avrdude usable by non-root users, is a security risk)
sudo chmod u+s $(which avrdude)
+To set up an attiny dev environment on Fedora (30):
+
+ sudo dnf install flex byacc bison gcc libusb libusb-devel glibc-devel
+ sudo dnf install avr-gcc avr-libc avr-binutils
+ sudo dnf install avrdude
+
Building/installing attiny dev tools on other UNIX systems (in general):
http://www.ladyada.net/learn/avr/setup-unix.html