adamssson
adamssson

Reputation: 59

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?

Upvotes: 1

Views: 102

Answers (1)

neuro
neuro

Reputation: 15200

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.

Upvotes: 2

Related Questions