1 Star 0 Fork 6

盼盼/glmark2

forked from 金勰/glmark2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
INSTALL 853 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pantherfuture/glmark2.git
[email protected]:pantherfuture/glmark2.git
pantherfuture
glmark2
glmark2
master

搜索帮助