diff options
| author | Selene ToyKeeper | 2019-06-15 17:44:06 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-06-15 17:44:06 -0600 |
| commit | b5d3675b555b1ea87cf2ced6f3c70087e32828d0 (patch) | |
| tree | e334ea152c8a417cd84055cd1074fb2e2c5d555d /README | |
| parent | merged updates from fsm branch, because it has been way too long since the la... (diff) | |
| download | anduril-b5d3675b555b1ea87cf2ced6f3c70087e32828d0.tar.gz anduril-b5d3675b555b1ea87cf2ced6f3c70087e32828d0.tar.bz2 anduril-b5d3675b555b1ea87cf2ced6f3c70087e32828d0.zip | |
Added setup info for Fedora.
Diffstat (limited to '')
| -rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
