From e372784517920c27d921d7059902acc3d7ba4e3f Mon Sep 17 00:00:00 2001 From: cpunk Date: Fri, 30 Sep 2022 16:33:19 -0500 Subject: [PATCH] Updated Compiling (markdown) --- Compiling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiling.md b/Compiling.md index 1d4f725..249755e 100644 --- a/Compiling.md +++ b/Compiling.md @@ -30,9 +30,9 @@ $ cmake --build build ### Windows -Make sure you have a recent-ish version of Visual Studio installed (I used 2022). +Make sure you have a recent-ish version of Visual Studio installed (I used 2022 community). -Windows provides a cmake interface to generate .sln files for Visual Studio (if that's your thing) through the `Developer Command Prompt for VS`. Just generate the .sln with +Visual Studio provides a cmake interface to generate .sln files for Visual Studio (if that's your thing) through the `Developer Command Prompt for VS`. Just generate the .sln with ```batch > cmake -B winBuild -DLAIKA_PERSISTENCE=On -DLAIKA_OBFUSCATE=On -DCMAKE_BUILD_TYPE=MinSizeRel