summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-13 10:47:07 +1000
committerChris Johns <chrisj@rtems.org>2014-09-13 10:47:07 +1000
commit749ddf1ed53c3903823eed031649441a59edd264 (patch)
tree1f80d2a456e66b579cb18e2a1db328286659d4a9 /README
parent543a4d1e17ccfd3233f4d775f5e97637436cd2e2 (diff)
waf: Include waf in the souce tree and updated README on building.
Add support to build all parts of The RTEMS Tools project.
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 23 insertions, 3 deletions
diff --git a/README b/README
index be8aacd..763960a 100644
--- a/README
+++ b/README
@@ -16,9 +16,29 @@ The RTEMS Tools Project has been developed for the RTEMS Project however these
tools can be used for a range of things not related to RTEMS. The RTEMS Project
welcomes this.
-If you have a problem or question post to rtems-user@rtems.org or drop by the
-RTEMS IRC channel #rtems on chat.freenode.net. Drop by and tell us if you are
-using these tools for other uses.
+If you have a problem or question post to user@rtems.org or visit the RTEMS IRC
+channel #rtems on chat.freenode.net. Drop by and tell us if you are using these
+tools for other uses.
If you have any patches please post them to the devel@rtems.org mailing list in
git format patches with your details.
+
+Building
+--------
+
+To build and install:
+
+ $ ./waf configure --prefix=$HOME/development/rtems/4.11
+ $ ./waf build install
+
+Waf
+---
+
+The Waf project can be found here:
+
+ http://code.google.com/p/waf/
+
+Simple instructions on How to set up Waf is here:
+
+ http://www.rtems.org/ftp/pub/rtems/people/chrisj/rtl/rtems-linker/waf.html
+