From 95893e37681771928da377ad136aedeaeb39632d Mon Sep 17 00:00:00 2001 From: Marisa Lago Ballesteros Date: Thu, 25 Jun 2026 12:40:59 +0200 Subject: [PATCH] Readme changes. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4c894b86..f11ac4dab 100644 --- a/README.md +++ b/README.md @@ -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