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:
parent
8369525d8a
commit
c145a5cd7d
@ -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.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user