Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 2 and Version 3 of waf-project/GSoC/GettingStarted


Ignore:
Timestamp:
02/19/16 01:45:17 (8 years ago)
Author:
Amar Takhar
Comment:

Fill in page.

Legend:

Unmodified
Added
Removed
Modified
  • waf-project/GSoC/GettingStarted

    v2 v3  
    33[[TOC(waf-project/GSoC/GettingStarted , depth=2)]]
    44
    5 To be filled in.
     5Waf is system to build software, documentation or handle any task that requires a set of commands to produce a result.
     6
     7We have a fantastic ```Book``` available called [https://waf.io/book/ The Waf Book] that covers all the how-to and internals of the project.
     8
     9Start from [https://waf.io/book/#_download_and_installation Section 2 Download and installation] and continue on in the book to get a good idea of how Waf works.  Don't worry about picking it up all the first time there are no tests at the end! :)
     10
     11It is important that you are able to understand the high-level structure of Waf.  Going through the exercises will help in understanding the logic and methodology behind a good `wscript`.
     12
     13Please feel free to contact us via [wiki:/wiki/waf-project/IRC IRC] if you have any questions.