Skip to content

Commit

Permalink
updated makefile docs
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Feb 4, 2013
1 parent 4c788fd commit b0ab746
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions commandline/Makefile
Expand Up @@ -14,16 +14,15 @@
# Platform-specific notes:
#
# Mac OS X
# - Install Xcode with "Unix Dev Support" and "Command-line tools"
# - Install Xcode with "Unix Dev Support" and "Command-line tools" (in Preferences)
# - make
#
# Windows XP/7
# - Install MinGW and MSYS (http://www.tdragon.net/recentgcc/ )
# - make
#
# Linux (Ubuntu)
# - apt-get install gcc-avr avr-libc (to build firmware files)
# - apt-get install libusb-1.0-0-dev
# - apt-get install build-essential libusb-1.0-0-dev
# - make
#
# FreeBSD
Expand Down
5 changes: 5 additions & 0 deletions hardware/firmware/Makefile
@@ -1,5 +1,10 @@
# blink(1) firmware Makefile
#
# To build the firmware, you need the avr-gcc compiler.
# On Linux, that's:
# - apt-get install gcc-avr avr-libc (to build firmware files)
#
#
# 2012, Tod E. Kurt, http://thingm.com/ http://todbot.com/blog/
#
# Originally from EasyLogger by Christian Starkjohann
Expand Down

0 comments on commit b0ab746

Please sign in to comment.