]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/README
Merge devel code into the trunk.
[tinyos-2.x.git] / tools / README
diff --git a/tools/README b/tools/README
new file mode 100644 (file)
index 0000000..81471a7
--- /dev/null
@@ -0,0 +1,13 @@
+This directory contains the tinyos tools that are distributed in the
+tinyos-tools package, along with the spec files for all tinyos packages
+(the release directory). 
+
+To install the tinyos tools from CVS, you must first prepare the
+configure scripts here and in platforms/mica/uisp:
+  ./Bootstrap
+  (cd platforms/mica/uisp;./bootstrap)
+
+Then you can configure, make and install as usual:
+  ./configure
+  make
+  make install