update readme
This commit is contained in:
parent
50b8efe9c6
commit
71e823756a
1 changed files with 16 additions and 3 deletions
19
README.md
19
README.md
|
@ -1,18 +1,31 @@
|
||||||
# doompanning
|
# doompanning
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
@oxmox@chaos.social
|
@oxmox@chaos.social
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
gcc/clang, cmake, ninja, sdl2, doom shareware
|
### Linux / FreeBSD
|
||||||
|
|
||||||
|
gcc/clang, cmake, sdl2, doom shareware
|
||||||
|
|
||||||
See [Dockerfile](Dockerfile) for details.
|
See [Dockerfile](Dockerfile) for details.
|
||||||
|
|
||||||
|
### MSYS2 (ucrt64)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pacman -S mingw-w64-ucrt-x86_64-SDL2 mingw-w64-ucrt-x86_64-toolchain
|
||||||
|
cd doompanning
|
||||||
|
mkdir build
|
||||||
|
cmake -G"MinGW Makefiles" ..
|
||||||
|
cmake --build . -j
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## State
|
## State
|
||||||
|
|
||||||
Input forwarding to the dooms is currently broken or at least in a bad state.
|
Input forwarding to the dooms is currently broken or at least in a bad state.
|
||||||
Was trying out something, not sure.
|
Was trying out something, not sure.
|
||||||
|
|
||||||
Run [sdl_nyan_demo](external/sdl_nyan/src/sdl_nyan_demo.cc) for the cats.
|
Run [sdl_nyan_demo](external/sdl_nyan/src/sdl_nyan_demo.cc) for the cats.
|
||||||
|
|
||||||
|

|
||||||
|
|
Loading…
Reference in a new issue