-
Notifications
You must be signed in to change notification settings - Fork 26
Getting Started: CLI (Windows)
Wonsup Yoon edited this page Mar 2, 2021
·
17 revisions
- Install Visual Studio 2019. Other versions are not tested.
- Install "Desktop development with C++" workload using Visual Studio Installer.
- Install CMake
- Download and extract latest version.
- Open
cmdand go to the extracted directory - Prepare build files
$ cmake -B build .- Move to build directory
$ cd build- Build
$ cmake --build .
- Running parts
$ app\kens\Debug\kens-part1.exe
$ app\kens\Debug\kens-part2.exe
$ app\kens\Debug\kens-part3.exe
$ app\kens\Debug\kens-part4.exe- Running prebuilt solutions
$ app\kens\Debug\kens-part1-run-solution.exe
$ app\kens\Debug\kens-part2-run-solution.exe
$ app\kens\Debug\ens-part3-run-solution.exe
$ app\kens\Debug\/kens-part4-run-solution.exe