[Tinyos-2-commits] CVS: tinyos-2.x/doc/html install-tinyos.html, 1.19, 1.20

Phil Levis scipio at users.sourceforge.net
Thu Feb 14 10:57:38 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/doc/html
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21526

Modified Files:
	install-tinyos.html 
Log Message:
Improve installation instructions.


Index: install-tinyos.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/install-tinyos.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** install-tinyos.html	17 Aug 2007 16:03:35 -0000	1.19
--- install-tinyos.html	14 Feb 2008 18:57:33 -0000	1.20
***************
*** 9,25 ****
  
  <div class="title">Installing TinyOS 2.0.2</div>
! <div class="subtitle">Last updated 30 July 2007</div>
  
  <p>If you already have a 1.x tree or an existing 2.x tree, you are better off 
  following the <i>upgrade</i> instructions at 
! <a href="upgrade-tinyos.html">upgrade-tinyos.html</a>. There are two ways to install
        TinyOS. The first way is to install a live CD that gives
        you a virtualized Linux with a complete TinyOS install. Note that since
        this is on a CD, you can't modify anything; you can, however, make
!       a LiveUSB device to use as your TinyOS install. The second way is to
        install TinyOS on your host operating system. When installing
        on a host operating system, you can either use a debian package
        repository or manually instally with RPMs.</p> 
  
        <h1>One-step Install with a Live CD</h1>
  
--- 9,40 ----
  
  <div class="title">Installing TinyOS 2.0.2</div>
! <div class="subtitle">Last updated 14 Feb 2008</div>
  
  <p>If you already have a 1.x tree or an existing 2.x tree, you are better off 
  following the <i>upgrade</i> instructions at 
! <a href="upgrade-tinyos.html">upgrade-tinyos.html</a>. There are several ways to install
        TinyOS. The first way is to install a live CD that gives
        you a virtualized Linux with a complete TinyOS install. Note that since
        this is on a CD, you can't modify anything; you can, however, make
!       a LiveUSB device to use as your TinyOS install. The second way is 
!       to a Ubuntu-based virtual machine directly on your hard drive.  The final way is to
        install TinyOS on your host operating system. When installing
        on a host operating system, you can either use a debian package
        repository or manually instally with RPMs.</p> 
  
+       <p>Of the four options, installing a VM image is simplest. 
+          Using a Live CD lets you try out TinyOS without installing it on your
+ 	 drive. Debian packages are the simplest and best way to install TinyOS
+ 	 on your host operating system. RPMs are mostly a stand-by for RedHat
+ 	 or other Linux distributions, as well as Windows/Cygwin users. If you
+ 	 are using Cygwin, we strongly recommend using a VM image, unless you
+ 	 are completely unfamiliar with UNIX tools such as editors (xemacs, vi)
+ 	 and the shell,
+ 	 
+ 	 <h1>One-step install with a VM Image</h1>
+      
+       The most <A HREF="http://www.tinyos.net/scoop/section/Releases">current instructions</A> on 
+       how to install the VM image are on <A HREF="http://www.tinyos.net">www.tinyos.net</A>.
+ 
        <h1>One-step Install with a Live CD</h1>
  
***************
*** 34,37 ****
--- 49,54 ----
        Mines.</p>
  
+ 
+       
        <h1>Two-step install on your host OS with Debian packages</h1>
  



More information about the Tinyos-2-commits mailing list