Instructions for building Android-x86 Marshmallow using mesa/DRM graphics stack. Currently supported is virtio-gpu on QEMU (x86 KVM).
Install dependent packages
This is for ubuntu and assuming your machine is already setup for building kernel and QEMU.
sudo apt-get install libgbm-dev libsdl2-dev libgtk-3-dev libgles2-mesa-dev libpixman-1-dev libtool autoconf
Build virglrenderer
git clone git://git.freedesktop.org/git/virglrenderer
./autogen.sh
- HACK: Remove the line with CODE_COVERAGE_RULES in generated Makefile. Alternatively, install the necessary dependency.
make
-
- quesion:
In file included from ../src/gallium/auxiliary/os/os_thread.h:43:0,
from vrend_renderer.c:42:
../src/gallium/include/c11/threads.h:74:2: error: #error Not supporte
- quesion: