Skip to content

Instantly share code, notes, and snippets.

@Gnurou
Last active September 9, 2016 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gnurou/749930267e2ca4bc290b to your computer and use it in GitHub Desktop.
Save Gnurou/749930267e2ca4bc290b to your computer and use it in GitHub Desktop.
How to compile glmark2 under Linux/ARM with a special prefix
./waf configure --with-flavors=drm-gl,drm-glesv2,wayland-gl,wayland-glesv2,x11-gl,x11-glesv2 --prefix=/opt/nouveau
./waf
./waf install
Compile issues? http://lists.freedesktop.org/archives/wayland-devel/2013-April/008497.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment