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-22 03:31:55 +00:00
|
|
|
- sdl3
|
2024-10-15 05:06:52 +00:00
|
|
|
|
|
|
|
Run
|
|
|
|
```sh
|
|
|
|
make build
|
2024-10-15 04:24:13 +00:00
|
|
|
```
|