Eagle 6.5 installation notes for 64-bit Ubuntu:
- download it: wget ftp://ftp.cadsoft.de/eagle/program/6.5/eagle-lin-6.5.0.run
- try to fix some dependency problems: sudo apt-get install libxrender1:i386 libxrandr2:i386 libxcursor1:i386 libfreetype6:i386 libfontconfig:i386 libxi6:i386 libssl1.0.0:i386 libstdc++6:i386
- run it: sh eagle-lin-6.5.0.run
- get the SparkFun libraries and the class library
avr toolchain on a Mac: (for Linux, see my 2012 page, and install avrdude too)
-install Macports
-sudo port install avr-gcc avrdude avr-binutils avr-libc
-then the makefiles from the class should work