Waf is a Python-based framework for configuring, compiling and installing applications. It derives from the concepts of other build tools such as SCons, Autotools, CMake or Ant. . Waf is now used in many open-source and proprietary projects. Here are a few reasons: * It supports build phases (Autotools, Maven-like) * It encourages reliable builds * It features excellent performance and scalability * It is designed to be flexible * It is very easy to use and to deploy
Waf is a Python-based framework for configuring, compiling and installing applications. It derives from the concepts of other build tools such as SCons, Autotools, CMake or Ant. . This package provides documentation for Waf.