q2community / quake2-rerelease-dll

Fork of the official quake2-rerelease-dll
https://store.steampowered.com/app/2320/Quake_II/
GNU General Public License v2.0
22 stars 3 forks source link

docs: add VS2022 step-by-step compilation tutorial #1

Open Fsalker opened 10 months ago

Fsalker commented 10 months ago

for C++ noobs, compiling the source code is painful and doesn't "handhold" me enough

I've fixed this by adding a new section Compiling (using Visual Studio 2022) above Compiling (this is the first thing I'd love to see in the readme file. specific, step-by-step)

screenshot?

image

darkshade9 commented 10 months ago

Thanks for this @Fsalker

Since this is meant to help those who are unfamiliar, could you illustrate or clarify on step 3, how this is performed, and perhaps step 5 could include a screenshot?

Fsalker commented 10 months ago

oh true, i forgot vcpkg has to be installed lol

darkshade9 commented 10 months ago

Hey @Fsalker have you had any time to update this? :)