Skip to content

Commit e1401ed

Browse files
authored
Merge pull request #363 from satur9nine/windows-readme-update
Update Windows Build instructions
2 parents 8f43f8b + a60e3c9 commit e1401ed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,12 +2371,13 @@ In PowerShell:
23712371
cd flatcc
23722372
mkdir build\MSVC
23732373
cd build\MSVC
2374+
cmake --help # Lists generators to choose from
23742375
cmake -G "Visual Studio 14 2015" ..\..
23752376

23762377
Optionally also build from the command line (in build\MSVC):
23772378

2378-
cmake --build . --target --config Debug
2379-
cmake --build . --target --config Release
2379+
cmake --build . --config Debug
2380+
cmake --build . --config Release
23802381

23812382
In Visual Studio:
23822383

0 commit comments

Comments
 (0)