From d98de289664ab4a25885149f21992895e142d6a8 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Fri, 26 Jun 2009 19:56:33 +0000 Subject: [PATCH] README file for the contents of the release-tools directory --- tools/release-tools/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tools/release-tools/README diff --git a/tools/release-tools/README b/tools/release-tools/README new file mode 100644 index 000000000..d64bf9fdb --- /dev/null +++ b/tools/release-tools/README @@ -0,0 +1,13 @@ +The tools/release-tools directory contains files for building and +testing Contiki releases. To compile a release of Contiki, run + + make RELEASE=2.3 + +for Contiki 2.3. It is also possible to compile a release of a +specific CVS tag or other non-numbered version, such as the current +CVS HEAD, like this: + + make TAG=HEAD + +The compile-examples and compile-platform directories are used for +running nightly builds of the CVS version of Contiki.