readme: add `v install glfw`

pull/1425/head
Alexander Medvednikov 2019-08-02 02:13:33 +02:00 committed by GitHub
parent 8369525d8a
commit c145a5cd7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,10 @@ v run tetris/tetris.v
In order to build Tetris and anything else using the graphics module, you will need to install glfw and freetype.
```
v install glfw
```
If you plan to use the http package, you also need to install libcurl.
```