mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make glfw work on Windows
This commit is contained in:
@@ -1 +1,12 @@
|
||||
<img src='https://raw.githubusercontent.com/vlang/v/master/examples/tetris/screenshot.png' width=300>
|
||||
|
||||
Tetris has a temporary dependency on GLFW.
|
||||
|
||||
## macOS
|
||||
`brew install glfw`
|
||||
|
||||
## Ubuntu
|
||||
sudo apt install libglfw3 libglfw3-dev
|
||||
|
||||
## Windows
|
||||
Copy `thirdparty/glfw/glfw3.dll` to this directory.
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user