Fix windows build

This commit is contained in:
2024-10-15 01:06:52 -04:00
parent 8ec65dc6ae
commit ce01974243
8 changed files with 49 additions and 36 deletions
+14 -14
View File
@@ -1,15 +1,15 @@
# 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
# 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
```