Readme changes.
Some checks failed
Continuous Integration / macOS | Debug (push) Has been cancelled
Continuous Integration / Linux Clang 11 | Debug (push) Has been cancelled
Continuous Integration / Visual Studio 2022 | Debug (push) Has been cancelled
Continuous Integration / Linux GCC 12 | RelWithDebInfo (push) Has been cancelled
Continuous Integration / Linux GCC 9 | RelWithDebInfo (push) Has been cancelled
Continuous Integration / Visual Studio 2022 | RelWithDebInfo (push) Has been cancelled
Continuous Integration / macOS | Release (push) Has been cancelled
Continuous Integration / Linux Clang 15 | Release (push) Has been cancelled
Continuous Integration / Linux Clang Latest | Release (push) Has been cancelled
Continuous Integration / Linux GCC Latest | Release (push) Has been cancelled
Continuous Integration / Update Latest successful build (push) Has been cancelled

This commit is contained in:
Mari the Deer 2026-06-25 12:40:59 +02:00
commit 95893e3768

View file

@ -4,11 +4,11 @@ VKDoom is a source port based on the DOOM engine with a focus on Vulkan and mode
Please see license files for individual contributor licenses.
**Addendum by [Marisa](https://github.com/OrdinaryMagician)**: This fork is a continuation of the original VKDoom by dpJudas et al, as it's been officially abandoned. At the moment, only some bug fixes will be happening *(both by yours truly and sparingly merged from upstream GZDoom when needed)*, but I do have some ideas here and there, maybe some additional features too while I'm at it. Any volunteers to help along are welcome, of course.
**Addendum by Marisa**: This fork was supposed to be a continuation of the original VKDoom by dpJudas et al, as it was officially abandoned. New features are no longer on the table, I feel I've done enough of that already between 2018 and 2023. At the very least some bugs were fixed for the sake of stability, so now this is currently the only port that can play **Codename: DEMOLITIONIST**.
### Releases
We do not have any official release of VKDoom yet. You can however download a binary build of the latest master branch commit at https://github.com/OrdinaryMagician/VkDoom_m/releases/tag/nightly
No automated builds or releases are offered, you have to do it yourself.
### Build Guide
@ -60,7 +60,7 @@ cmake --build . --config Release -- -maxcpucount
For 'ninja', make sure the ninja package is installed on your distro (ex: Debian: `sudo apt install ninja`) - then run the following to prepare your build environment and the second command will build:
```sh
cmake .. -DCMAKE_BUILD_TYPE=Release -G Ninja
cmake . --build
ninja -j $(nproc)
```
### Linux - Make