mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
examples: tetris: add ubuntu dependencies list (#10456)
This commit is contained in:
parent
8d4c9823ba
commit
694b991929
1 changed files with 7 additions and 0 deletions
|
@ -1,2 +1,9 @@
|
||||||
<img src='https://raw.githubusercontent.com/vlang/v/master/examples/tetris/screenshot.png' width=300>
|
<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
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue