15 lines
222 B
Markdown
15 lines
222 B
Markdown
|
# Shrooms VB (native)
|
||
|
|
||
|
An SDL-based implementation of shrooms-vb.
|
||
|
|
||
|
## Setup
|
||
|
|
||
|
Install the following dependencies:
|
||
|
- `gcc` (or MinGW on Windows) (or whatever, just set `CC`)
|
||
|
- `pkg-config`
|
||
|
- sdl2
|
||
|
|
||
|
Run
|
||
|
```sh
|
||
|
make build
|
||
|
```
|