1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

README: update gg/sokol Ubuntu dependencies (add libgl-dev) (#17385)

This commit is contained in:
Artem Yurchenko 2023-02-22 21:01:43 +01:00 committed by GitHub
parent 2879afadd4
commit d3870a0c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ you will need additional development libraries for your system.
| System | Installation method |
|---------------------|----------------------------------------------------------------------------------------------------|
| Debian/Ubuntu based | `sudo apt install libxi-dev libxcursor-dev` |
| Debian/Ubuntu based | `sudo apt install libxi-dev libxcursor-dev libgl-dev` |
| Fedora/RH/CentOS | `sudo dnf install libXcursor-devel libXi-devel libX11-devel libglvnd-devel` |
| NixOS | add `xorg.libX11.dev xorg.libXcursor.dev xorg.libXi.dev libGL.dev` to `environment.systemPackages` |