Updating build howto instructions for linux.

This commit is contained in:
David A. Mellis 2008-12-22 23:13:38 +00:00
parent 30e40e40ef
commit 32b1245ee9
1 changed files with 2 additions and 5 deletions

View File

@ -40,10 +40,7 @@ installer every few months to keep things fresh.
1b. On Mac OS X, install Apple's Developer Tools and subversion. 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 1c. On Linux, you need the Sun Java SDK, avr-gcc, make, and subversion.
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).
2. GRAB THE CODE FROM BERLIOS 2. GRAB THE CODE FROM BERLIOS
@ -51,7 +48,7 @@ installer every few months to keep things fresh.
* this grabs the code as an anonymous user. * this grabs the code as an anonymous user.
# grab the code, it'll take a while # 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) # (maybe even a long while for you dialup and international folks)