Updated Compiling (markdown)

cpunk 2022-09-30 16:33:19 -05:00
parent bf2b8374f0
commit e372784517
1 changed files with 2 additions and 2 deletions

@ -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