2024-10-15 05:06:52 +00:00
|
|
|
# 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`
|
2024-10-23 23:01:54 +00:00
|
|
|
- sdl2
|
2024-10-15 05:06:52 +00:00
|
|
|
|
|
|
|
Run
|
|
|
|
```sh
|
|
|
|
make build
|
2024-10-15 04:24:13 +00:00
|
|
|
```
|