~toykeeper/flashlight-firmware/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Selene Scriven
  • Date: 2019-06-15 23:44:06 UTC
  • Revision ID: bzr@toykeeper.net-20190615234406-69vbn77f1gziqc20
Added setup info for Fedora.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  Optional:  (make avrdude usable by non-root users, is a security risk)
71
71
  sudo chmod u+s $(which avrdude)
72
72
 
 
73
To set up an attiny dev environment on Fedora (30):
 
74
 
 
75
  sudo dnf install flex byacc bison gcc libusb libusb-devel glibc-devel
 
76
  sudo dnf install avr-gcc avr-libc avr-binutils
 
77
  sudo dnf install avrdude
 
78
 
73
79
Building/installing attiny dev tools on other UNIX systems (in general):
74
80
 
75
81
  http://www.ladyada.net/learn/avr/setup-unix.html