mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-22 13:00:05 +00:00
Updated Compiling (markdown)
parent
bf2b8374f0
commit
e372784517
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user