blob: e9b340a8554f3528ced92c433bf14ddf4ca7d1d7 [file] [log] [blame]
Alexandros Frantzis181547e2010-07-13 13:29:23 +03001glmark2 is an OpenGL 2.0 and ES 2.0 benchmark.
2
3glmark2 was developed by Alexandros Frantzis based on the original glmark
4benchmark by Ben Smith.
5
6It is licensed under the GPLv3 (see COPYING).
Alexandros Frantzisb4acbf02010-07-12 19:17:07 +03007
Alexandros Frantzis465f35e2011-08-18 18:36:14 +03008To build glmark2 for X11/GL(ES2) you need:
Alexandros Frantzisb4acbf02010-07-12 19:17:07 +03009
Alexandros Frantzis3f639a32010-07-15 13:04:49 +030010 * python 2.x (>= 2.4) for the build system (waf)
Alexandros Frantzisc5903032011-06-30 16:33:37 +030011 * libpng 1.2
Alexandros Frantzisb4acbf02010-07-12 19:17:07 +030012
13and for OpenGL 2.0:
14
15 * libGL
16
17or for OpenGL ES 2.0:
18
19 * libEGL
20 * libGLESv2
21
Alexandros Frantzis181547e2010-07-13 13:29:23 +030022Read the INSTALL file for building/installation instructions,
Alexandros Frantzis465f35e2011-08-18 18:36:14 +030023
24Read the INSTALL.android file for instructions for Android.