Installing From Source

From TinyOS Wiki
Revision as of 13:10, 12 May 2013 by Bradjc (talk | contribs) (nesc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page explains how to install TinyOS and nesC from their source repositories. This is useful for developers who want to contribute or users who need very recent changes.

nesC

  1. Get the prerequisites.
    • automake
    • emacs
    • bison
    • flex
    • gperf
  2. Get the source from the GitHub repository.
    git clone git://github.com/tinyos/nesc.git
    
  3. Run the normal build procedure.
    ./Bootstrap
    ./configure
    make
    make install