~glcompbench-dev/glcompbench/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
glcompbench uses the WAF build system.

To configure glcompbench use:

$ ./waf configure [--data-path=DATA_PATH --prefix=PREFIX --with-flavors=FLAVORS]

To build use:

$ ./waf

To install use:

$ ./waf install --destdir=DESTDIR

Use --help for more information about the available options.