Skip to content

michelm/chihuahua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chihuahua

Windows setup for a concrete build environment using the Waf meta build system. Installs following tools and packages:

- Python
- Pip
- Pyhon Pygments
- MinGW
- CppCheck
- Code::Blocks
- Waf
- WafTools

usage

Configure::

waf configure

Build::

waf build

Export::

waf export --export-makefile

See command line help for additional information (waf --help).