Update others.md

This commit is contained in:
aiminick 2019-02-11 18:28:32 +08:00 committed by GitHub
parent 307b36569a
commit 3c116cb0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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
```