mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: add a section for installing openssl so linking to it when answering is easier.
This commit is contained in:
parent
a84a6d1fb1
commit
39c3817ce4
@ -184,7 +184,9 @@ v run tetris/tetris.v
|
||||
NB: In order to build Tetris or 2048 (or anything else using `sokol` or `gg` graphics modules)
|
||||
on some Linux systems, you need to install `libxi-dev` and `libxcursor-dev` .
|
||||
|
||||
If you plan to use the http package, you also need to install OpenSSL on non-Windows systems.
|
||||
## V net.http, net.websocket, `v install`
|
||||
If you plan to use the net.http module, or the net.websocket module, you also need to install
|
||||
OpenSSL on non-Windows systems:
|
||||
|
||||
```bash
|
||||
macOS:
|
||||
|
Loading…
Reference in New Issue
Block a user