Update Build Note
parent
cd8aa3ee06
commit
d89b91b4ac
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue