Merge pull request #291 from GGCristo/master
[README] Add "libXxf86vm-devel" dependency for CentOS/Fedora-like Linux
This commit is contained in:
commit
96863238e9
|
@ -145,7 +145,7 @@ The OpenGL version used is **OpenGL 3.3**.
|
||||||
headers and libraries.
|
headers and libraries.
|
||||||
- On Ubuntu/Debian-like Linux distributions, you need `libgl1-mesa-dev` and `xorg-dev` packages.
|
- On Ubuntu/Debian-like Linux distributions, you need `libgl1-mesa-dev` and `xorg-dev` packages.
|
||||||
- On CentOS/Fedora-like Linux distributions, you need `libX11-devel libXcursor-devel libXrandr-devel
|
- On CentOS/Fedora-like Linux distributions, you need `libX11-devel libXcursor-devel libXrandr-devel
|
||||||
libXinerama-devel mesa-libGL-devel libXi-devel` packages.
|
libXinerama-devel mesa-libGL-devel libXi-devel libXxf86vm-devel` packages.
|
||||||
- See [here](http://www.glfw.org/docs/latest/compile.html#compile_deps) for full details.
|
- See [here](http://www.glfw.org/docs/latest/compile.html#compile_deps) for full details.
|
||||||
|
|
||||||
**The combination of Go 1.8, macOS and latest XCode seems to be problematic** as mentioned in issue
|
**The combination of Go 1.8, macOS and latest XCode seems to be problematic** as mentioned in issue
|
||||||
|
|
Loading…
Reference in New Issue