Document build dependencies in README.md

This commit is contained in:
Luca Boccassi 2016-01-21 22:33:52 +00:00
parent d5bc0866a8
commit 760de850e9

View file

@ -15,6 +15,11 @@ future this library may support EGL and OpenGL ES as well.
Building the library
----------------------
libglvnd build-depends on xorg-server, libx11, glproto and libxext.
On Debian and derivatives, run:
sudo apt-get install xserver-xorg-dev libxext-dev libx11-dev x11proto-gl-dev
Run `./autogen.sh`, then run `./configure` and `make`.