I am using waf in windows and I cannot figure out how to use the boost tool.
I tried waf update
, but it says the following:
Could not find the tool in the remote repository 'update' finished successfully (0.597s)
waf-light --tools=compat15,boost
and things like that.In order to use the boost tool, this is the way to go:
waf update --files=boost
That will upload the extra tool boost.