Getting Started: Visual Studio - ANLAB-KAIST/KENSv3 GitHub Wiki

[!CAUTION] KENS under Windows native environment is obsolete. Please, do not use.

Prerequisites

  • Install Visual Studio 2019. Other versions are not tested.
  • Install "Desktop development with C++" (including "C++ CMake tools for Windows") workload using Visual Studio Installer.

Project setup

  1. Download and extract latest version.
  2. Open extracted folder via "Open a local folder"

vs-1

  1. Right click CMakeLists.txt and "Generate Cache"

vs-11

  1. Project setup complete

Build and run

  1. Select target to run

vs-12

  1. Build and run selected target.

vs-13

Debugging

  1. Go to TCPAssignment.cpp and add a breakpoint

vs-14

  1. Build and run debugger

vs-15