mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
9 lines
253 B
Markdown
9 lines
253 B
Markdown
<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
|
|
```
|