waf

WAF.IO how to start compile?


my question my look silly but I'm complete yellow bird in programming. Have challenge to compile using waf.io. I went thru basic instructions https://waf.io/apidocs/tutorial.html?highlight=start. But there is missing basic information: where I should put all these commands?


Solution

  • You must put these commands in a file named wscript. This file should be in the directory where your other project files are.

    Then you will use the waf command in the same directory to run it.

    Look at the waf book.