[Tinyos-commits] CVS: tinyos-1.x/doc install-snapshots.html.in, 1.3, 1.4 install-snapshots.html, 1.10, 1.11

Kristin Wright kristinwright at users.sourceforge.net
Fri Jun 3 13:33:15 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv599

Modified Files:
	install-snapshots.html.in install-snapshots.html 
Log Message:
1.1.13 changes

Index: install-snapshots.html.in
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/doc/install-snapshots.html.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** install-snapshots.html.in	25 Apr 2005 23:58:32 -0000	1.3
--- install-snapshots.html.in	3 Jun 2005 20:33:13 -0000	1.4
***************
*** 1,6 ****
! define(`tosVersion', `1.1.12')
! define(`tosLastVersion', `1.1.11')
! define(`tosLinuxRPM', `tinyos-1.1.12Apr2005cvs-1.noarch.rpm')
! define(`tosWindowsRPM', `tinyos-1.1.12Apr2005cvs-1.cygwin.noarch.rpm')
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
--- 1,6 ----
! define(`tosVersion', `1.1.13')
! define(`tosLastVersion', `1.1.12')
! define(`tosLinuxRPM', `tinyos-1.1.13May2005cvs-1.noarch.rpm')
! define(`tosWindowsRPM', `tinyos-1.1.13May2005cvs-1.cygwin.noarch.rpm')
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>

Index: install-snapshots.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/doc/install-snapshots.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** install-snapshots.html	25 Apr 2005 23:58:32 -0000	1.10
--- install-snapshots.html	3 Jun 2005 20:33:13 -0000	1.11
***************
*** 23,27 ****
  <b>You need not install any previously released 1.1.x snapshots. That
  is, if you have 1.1.0 installed on your machine, you can jump right to
! installing 1.1.12 rather than installing 1.1.1... up to 1.1.12. 
  Each 1.1.x CVS snapshot supercedes previous 1.1.x CVS snapshot
  releases.</b>
--- 23,27 ----
  <b>You need not install any previously released 1.1.x snapshots. That
  is, if you have 1.1.0 installed on your machine, you can jump right to
! installing 1.1.13 rather than installing 1.1.1... up to 1.1.13. 
  Each 1.1.x CVS snapshot supercedes previous 1.1.x CVS snapshot
  releases.</b>
***************
*** 33,40 ****
  your entire TinyOS-1.x directory and saving it someplace.</li>
  <li><b>Download the most recent 1.1.x rpm: </b><a
! href="http://webs.cs.berkeley.edu/tos/dist-1.1.0/tinyos/windows/tinyos-1.1.12Apr2005cvs-1.cygwin.noarch.rpm">tinyos-1.1.12Apr2005cvs-1.cygwin.noarch.rpm</a></li>
  <li><b>Install.</b> As Administrator in a cygwin shell do <br>"<span
  style="font-family: monospace;">rpm --force --ignoreos -Uvh
! tinyos-1.1.12Apr2005cvs-1.cygwin.noarch.rpm</span>" in the directory where you saved the rpm. This will take a while (the tinyos package
  installation includes compiling the java code). TinyOS is installed in
  /opt/tinyos-1.x.</li>
--- 33,40 ----
  your entire TinyOS-1.x directory and saving it someplace.</li>
  <li><b>Download the most recent 1.1.x rpm: </b><a
! href="http://webs.cs.berkeley.edu/tos/dist-1.1.0/tinyos/windows/tinyos-1.1.13May2005cvs-1.cygwin.noarch.rpm">tinyos-1.1.13May2005cvs-1.cygwin.noarch.rpm</a></li>
  <li><b>Install.</b> As Administrator in a cygwin shell do <br>"<span
  style="font-family: monospace;">rpm --force --ignoreos -Uvh
! tinyos-1.1.13May2005cvs-1.cygwin.noarch.rpm</span>" in the directory where you saved the rpm. This will take a while (the tinyos package
  installation includes compiling the java code). TinyOS is installed in
  /opt/tinyos-1.x.</li>
***************
*** 53,62 ****
  <ul>
  <li><b>Save your previous work. </b>We recommend making a tarball of your entire tinyos-1.x directory and saving it someplace.</li>
! <li><b>Download the latest 1.1.x rpm: </b><a href="http://webs.cs.berkeley.edu/tos/dist-1.1.0/tinyos/linux/tinyos-1.1.12Apr2005cvs-1.noarch.rpm">tinyos-1.1.12Apr2005cvs-1.noarch.rpm</a></li>
  </li>
! <li><b>Install.</b> As root in linux install the 1.1.12 rpm with <br>
      <div style="margin-left: 40px; font-family: monospace;">rpm -Uvh --prefix
  <span style="font-style: italic;">TINYOSDIR</span> 
! tinyos-1.1.12Apr2005cvs-1.noarch.rpm<br>
  cd <span style="font-style: italic;">TINYOSDIR;</span> chown -R <span
   style="font-style: italic;">USER.GROUP</span> tinyos-1.x<br>
--- 53,62 ----
  <ul>
  <li><b>Save your previous work. </b>We recommend making a tarball of your entire tinyos-1.x directory and saving it someplace.</li>
! <li><b>Download the latest 1.1.x rpm: </b><a href="http://webs.cs.berkeley.edu/tos/dist-1.1.0/tinyos/linux/tinyos-1.1.13May2005cvs-1.noarch.rpm">tinyos-1.1.13May2005cvs-1.noarch.rpm</a></li>
  </li>
! <li><b>Install.</b> As root in linux install the 1.1.13 rpm with <br>
      <div style="margin-left: 40px; font-family: monospace;">rpm -Uvh --prefix
  <span style="font-style: italic;">TINYOSDIR</span> 
! tinyos-1.1.13May2005cvs-1.noarch.rpm<br>
  cd <span style="font-style: italic;">TINYOSDIR;</span> chown -R <span
   style="font-style: italic;">USER.GROUP</span> tinyos-1.x<br>



More information about the Tinyos-commits mailing list