| I installed TinyOS 2.x on Ubuntu 6.06 server version. It all installed just fine and, so far, it seems to be working o.k. You can use the rpm's provided on the TinyOS website. However, in order to install them you first need to convert them into Debian packages, using alien (I think you need to do sudo for this): sudo alien -d *.rpm Note: If the alien command is unknown, you have to install the tool first. Do this with "apt-get install alien". Once converted, you can install the packages with Debian's package manager dpkg: sudo dpkg -i package.deb Hope this helps. Anton On Aug 12, 2006, at 2:53 PM, bhushan bhatt wrote: Hi Guys, ------------------------------------------------------------------------ Dr.-Ing. Anton Riedl Assistant Professor Department of Physics, Computer Science and Engineering Christopher Newport University 1 University Place, Newport News, VA, 23606, USA Tel: +1(757)594-7829 Fax: +1(757)594-7919 E-Mail: [EMAIL PROTECTED] ------------------------------------------------------------------------ |
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
