$Id: README 5 2007-01-08 18:40:55Z razvanm $ This bundle will install the latest TinyOS 2 and the cross-compile support for AVR and MSP430. Note: I only tested this on a Debian x86 box (the GCC version was 4.0.3, autoconf was 2.59d, automake was 1.8.5 and make was 3.81beta4). Running instructions: - download all the files in ~/local/src - make sure you have a JDK (I'm using 1.5.0_10 right now) - update the PATH to include $HOME/local/bin - run ./build-tinyos-2.x-latest-cvs. On my machine this takes about 13 min. - update the ~/.bash_profile with the informations provided by the previous script The file log.????-??-??.???? shows how the install looks on my machine. After the script is done, the occupied space is about 600M. By deleting (the script will not do this) all the directories, except tinyos-2.x, created in ~/local/src, the space occupancy drops to 112M. :-) Resources: - http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html - http://www.tinyos.net/dist-1.2.0/tools/source/