mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: add libasound2-dev in order to test the compilation of the examples in examples/sokol/sounds/
This commit is contained in:
parent
6197140085
commit
ba5b274658
5 changed files with 12 additions and 11 deletions
|
@ -258,7 +258,7 @@ you will need additional development libraries for your system.
|
|||
|
||||
| System | Installation method |
|
||||
|---------------------|----------------------------------------------------------------------------------------------------|
|
||||
| Debian/Ubuntu based | `sudo apt install libxi-dev libxcursor-dev libgl-dev` |
|
||||
| Debian/Ubuntu based | `sudo apt install libxi-dev libxcursor-dev libgl-dev libasound2-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` |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue