1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-11-22 13:00:05 +00:00

Updated Compiling (markdown)

cpunk 2022-09-30 16:33:19 -05:00
parent bf2b8374f0
commit e372784517

@ -30,9 +30,9 @@ $ cmake --build build
### Windows ### 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 ```batch
> cmake -B winBuild -DLAIKA_PERSISTENCE=On -DLAIKA_OBFUSCATE=On -DCMAKE_BUILD_TYPE=MinSizeRel > cmake -B winBuild -DLAIKA_PERSISTENCE=On -DLAIKA_OBFUSCATE=On -DCMAKE_BUILD_TYPE=MinSizeRel