readme: add a section for installing openssl so linking to it when answering is easier.

pull/12233/head
Delyan Angelov 2021-10-19 09:43:29 +03:00
parent a84a6d1fb1
commit 39c3817ce4
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 3 additions and 1 deletions

View File

@ -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: