Terminal Chat API
- Visual Stduio Community 2019
- CMake GUI
Optional:
- Doxygen
- CMake
- GCC and G++
- Create a
build
folder inside the source - Run Cmake GUI and select
X:\path\to\cluster
as source andX:\path\to\cluster\build
as build directory - Configure the project using default settings
- After successful configuration, generate the project then open project, or open
.sln
project inside thebuild
directory in Visual Studio Community - Press green icon to build the project
- Executable should be found in
X:\path\to\cluster\build\Debug