readme: add `v install glfw`
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