- Download the below files from the tinyos offical website
Change user to root, install all above packages
alien -d *.rpm
dpkg -i *.deb
- Work as root, install packet graphviz through apt-get or synaptic (if X)
apt-get update
apt-get install graphviz
- Download the newest tinyos
rpm package
Change user to root, install tinyos package
alien -d TINYOS-VERSION.rpm
dpkg -i TINYOS_VERSION.deb
chown -R USER.GROUP /opt/tinyos-1.x
In fact, I copy the tinyos-1.x from /opt/ to my home directory and change
the ownership.
So I can work with it mostly not as a root which is risky.
- Install Java SDK version 1.4 (no 1.5) in your home directory (do not use root)
- Download the
SUN Java Communication API version 3.0
unzip comm3.0_u1_linux.zip
cp commapi/lib/*.so J2SDK/jre/lib/i386/
cp commapi/jar/comm.jar J2SDK/jre/lib/ext/
cp commapi/docs/javax.comm.properties J2SDK/jre/lib/
- Now you can use toscheck to check your installation.