Update Build Note

akaneyu 2024-03-12 20:39:26 +09:00
parent cd8aa3ee06
commit d89b91b4ac
1 changed files with 2 additions and 12 deletions

@ -4,17 +4,7 @@
mkdir build-x64
cd build-x64
cmake .. -G "Visual Studio 17 2022" -A x64
```
For debug:
```
cmake --build .
```
For release:
```
cmake --build . --config Release
```
@ -24,6 +14,6 @@ cmake --build . --config Release
mkdir build-x64
cd build-x64
cmake ..
```
See Windows section for next steps...
cmake --build . --config Release
```