Hi!

On Sun, 17 Jan 2010, Geetha S wrote:

> Hello,
>
> I am unable to find the "tools" package in /opt/tinyos-2.0.2 . Is it
> something we need to install separately? I am on Ubuntu and am looking for a
> link from where I could download the tools package. Will appreciate any
> suggestions.
>

One thing you can do is checkout the release_tinyos_2_0_2_2 CVS tag. The 
command to do this is the following:
        cvs -z3 -d:pserver:[email protected]:/cvsroot/tinyos 
co -r release_tinyos_2_0_2_2 -P tinyos-2.x

This will create a tinyos-2.x directory with tinyos 2.0.2 which has the 
tools/ directory. In the tools you'll have to run:
        Bootstrap
        ./configure
        make
        make install

You might want to use the --prefix argument for ./configure to ask the 
install to put the files in the place you want.

--
Razvan ME
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to