Skip to content

Getting Started: CLI (Windows)

Wonsup Yoon edited this page Mar 2, 2021 · 17 revisions

Prerequisites

  • Install Visual Studio 2019. Other versions are not tested.
  • Install "Desktop development with C++" workload using Visual Studio Installer.
  • Install CMake

Build

  1. Download and extract latest version.
  2. Open cmd and go to the extracted directory
  3. Prepare build files
$ cmake -B build .
  1. Move to build directory
$ cd build
  1. Build
$ cmake --build .

Test

  • 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

Clone this wiki locally