Top "Waf" questions

Waf is a Python-based framework for configuring, compiling and installing applications.

cmake vs waf for C++ project

I found similar topic: What are the differences between Autotools, Cmake and Scons? , but my question is a little bit …

c++ build cmake build-automation waf
How to install waf?

I have cloned and built the waf script using: ./waf-light configure Then to build my project (provided by Gomspace) I …

waf
How to specify gcc flags (CXXFLAGS) particularly for a specific module?

I am building a new NS3 module recently. In my code, I use something new features of the C++11 (c++0…

c++ gcc c++11 waf
Finding Libraries using pkg-config in Windows

I am, trying to find the gstreamer lib in windows (msvc) using pkg-config pkg-config gstreamer-0.10 --cflags --libs but i am …

windows waf pkg-config
How do I use waf to build a shared library?

I want to build a shared library using waf as it looks much easier and less cluttered than GNU autotools. …

c linux shared-libraries waf