From 3c116cb0d9bae996a80e5ad301ea76615385e179 Mon Sep 17 00:00:00 2001 From: aiminick <83101338@qq.com> Date: Mon, 11 Feb 2019 18:28:32 +0800 Subject: [PATCH] Update others.md --- docs/others.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/others.md b/docs/others.md index b742769..748ed72 100644 --- a/docs/others.md +++ b/docs/others.md @@ -57,3 +57,13 @@ sudo chmod +x /usr/sbin/chromium_mod-xface.sh ```shell apt install libgl1-mesa-dri:armhf libgl1-mesa-glx:armhf glx-alternative-mesa:armhf ``` + +### glmark2 build + +```shell +sudo git clone https://github.com/LeMaker/glmark2.git +cd glmark2 +sudo ./waf configure --with-flavors=x11-gl,x11-glesv2 +sudo ./waf +sudo ./waf install +```