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
- Download and extract latest version.
- Open extracted folder via "Open a local folder"
- Right click
CMakeLists.txt
and "Generate Cache"
- Project setup complete
Build and run
- Select target to run
- Build and run selected target.
Debugging
- Go to
TCPAssignment.cpp
and add a breakpoint
- Build and run debugger