代码拉取完成,页面将自动刷新
Meson build system
------------------
glmark2 uses the meson build system for the most common build flavors (X11,
Wayland, DRM).
To configure glmark2 use:
$ meson setup build -Dflavors=drm-gl,drm-glesv2,wayland-gl,wayland-glesv2,x11-gl,x11-glesv2 [-Ddata-path=DATA_PATH --prefix=PREFIX]
To build use:
$ ninja -C build
To install use:
$ [DESTDIR=<destdir>] ninja -C build install
WAF build system
----------------
glmark2 previously used the WAF build system, and the builds for some flavors
(dispmanx, win32, mir) have not been ported to the meson build system. For such
cases follow the instructions below.
To configure glmark2 use:
$ ./waf configure --with-flavors=dispmanx-glesv2,win32-gl,win32-glesv2,mir-gl,mir-glesv2... [--data-path=DATA_PATH --prefix=PREFIX]
To build use:
$ ./waf
To install use:
$ ./waf install --destdir=DESTDIR
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。