Alexandros Frantzis | 181547e | 2010-07-13 13:29:23 +0300 | [diff] [blame] | 1 | glmark2 is an OpenGL 2.0 and ES 2.0 benchmark. |
| 2 | |
| 3 | glmark2 was developed by Alexandros Frantzis based on the original glmark |
| 4 | benchmark by Ben Smith. |
| 5 | |
| 6 | It is licensed under the GPLv3 (see COPYING). |
Alexandros Frantzis | b4acbf0 | 2010-07-12 19:17:07 +0300 | [diff] [blame] | 7 | |
Alexandros Frantzis | 465f35e | 2011-08-18 18:36:14 +0300 | [diff] [blame] | 8 | To build glmark2 for X11/GL(ES2) you need: |
Alexandros Frantzis | b4acbf0 | 2010-07-12 19:17:07 +0300 | [diff] [blame] | 9 | |
Alexandros Frantzis | 3f639a3 | 2010-07-15 13:04:49 +0300 | [diff] [blame] | 10 | * python 2.x (>= 2.4) for the build system (waf) |
Alexandros Frantzis | c590303 | 2011-06-30 16:33:37 +0300 | [diff] [blame] | 11 | * libpng 1.2 |
Alexandros Frantzis | b4acbf0 | 2010-07-12 19:17:07 +0300 | [diff] [blame] | 12 | |
| 13 | and for OpenGL 2.0: |
| 14 | |
| 15 | * libGL |
| 16 | |
| 17 | or for OpenGL ES 2.0: |
| 18 | |
| 19 | * libEGL |
| 20 | * libGLESv2 |
| 21 | |
Alexandros Frantzis | 181547e | 2010-07-13 13:29:23 +0300 | [diff] [blame] | 22 | Read the INSTALL file for building/installation instructions, |
Alexandros Frantzis | 465f35e | 2011-08-18 18:36:14 +0300 | [diff] [blame] | 23 | |
| 24 | Read the INSTALL.android file for instructions for Android. |