From 749ddf1ed53c3903823eed031649441a59edd264 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 13 Sep 2014 10:47:07 +1000 Subject: waf: Include waf in the souce tree and updated README on building. Add support to build all parts of The RTEMS Tools project. --- README | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'README') 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 + -- cgit v1.2.3