1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

readme: add v install glfw

This commit is contained in:
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

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. 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. If you plan to use the http package, you also need to install libcurl.
``` ```