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
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.