mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
readme: add instructions for installing the libraries needed for the graphics examples on NixOS
This commit is contained in:
parent
f71572a50f
commit
c21949456e
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ For some Linux distros (Debian/Ubuntu based), you need to run this:
|
||||||
`sudo apt install libxi-dev libxcursor-dev`.
|
`sudo apt install libxi-dev libxcursor-dev`.
|
||||||
For Fedora/RH/CentOS, you need to run this:
|
For Fedora/RH/CentOS, you need to run this:
|
||||||
`sudo dnf install libXcursor-devel libXi-devel libX11-devel libglvnd-devel` .
|
`sudo dnf install libXcursor-devel libXi-devel libX11-devel libglvnd-devel` .
|
||||||
|
For NixOS, you need to run this:
|
||||||
|
`nix-shell -p xorg.libX11.dev xorg.libXcursor.dev xorg.libXi.dev libGL.dev`
|
||||||
|
|
||||||
## V net.http, net.websocket, `v install`
|
## V net.http, net.websocket, `v install`
|
||||||
The net.http module, the net.websocket module, and the `v install` command may all use SSL.
|
The net.http module, the net.websocket module, and the `v install` command may all use SSL.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue