Skip to content

Commit

Permalink
Updating build howto instructions for linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
damellis committed Dec 22, 2008
1 parent 30e40e4 commit 32b1245
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,15 @@ installer every few months to keep things fresh.

1b. On Mac OS X, install Apple's Developer Tools and subversion.

1c. On Linux, you're pretty much on your own.. You need jikes (or
edit make.sh to use a different compiler), java, avr-gcc, make,
and subversion. You'll also have to set some environment
variables (see make.sh for details).
1c. On Linux, you need the Sun Java SDK, avr-gcc, make, and subversion.


2. GRAB THE CODE FROM BERLIOS

* this grabs the code as an anonymous user.

# grab the code, it'll take a while
svn co svn://svn.berlios.de/arduino/trunk
svn co svn://svn.berlios.de/arduino/trunk arduino
# (maybe even a long while for you dialup and international folks)


Expand Down

0 comments on commit 32b1245

Please sign in to comment.