ValueDisplay: new widget for displaying values, something like a fancy label
[libprolooks.git] / README
blobbc396175cc254eb6727e4aff8eb0d99e7c88d827
1 To build and run the resulting binaries:
2 Get the dependencies, that includes the -dev packages for:
3 gobject-2.0
4 glib-2.0
5 gtk+-2.0
6 cairo
8 Then:
10     ./waf configure
11     ./waf
12     sudo ./waf install
13     ./run-demo.sh
14     ./build/default/src/helpers-test
16 References:
17 [1] http://code.google.com/p/waf/
18 [2] http://live.gnome.org/Vala