We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4c982 commit 694b991Copy full SHA for 694b991
examples/tetris/README.md
@@ -1,2 +1,9 @@
1
<img src='https://raw.githubusercontent.com/vlang/v/master/examples/tetris/screenshot.png' width=300>
2
3
+### Dependencies (Ubuntu)
4
+```sh
5
+sudo apt install libx11-dev
6
+sudo apt install libxi-dev
7
+sudo apt install libxcursor-dev
8
+sudo apt install libgl-dev
9
+```
0 commit comments