examples: tetris: add ubuntu dependencies list (#10456)

pull/10457/head
Wes 2021-06-14 09:16:40 -04:00 committed by GitHub
parent 8d4c9823ba
commit 694b991929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,9 @@
<img src='https://raw.githubusercontent.com/vlang/v/master/examples/tetris/screenshot.png' width=300>
### Dependencies (Ubuntu)
```sh
sudo apt install libx11-dev
sudo apt install libxi-dev
sudo apt install libxcursor-dev
sudo apt install libgl-dev
```