From 224130568113bde9410da2a598bc9fabe71df16d Mon Sep 17 00:00:00 2001 From: Gregory <56975502+Trimutex@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:27:53 -0500 Subject: [PATCH] Further updated README for Visual Studio 2022 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf80d90..ee47a01 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ Simply run the program using: build/bin/proxy ## Windows Notes -Project was built under the CMake directives using Visual Studio 2022 +Project was built under the CMake directives using Visual Studio 2022 using: + + Build > Build All No errors occurred and project was built successfully @@ -27,3 +29,5 @@ web_server.cpp is included so CMake does not break proxy.cpp and network.hpp are all that are needed (one .cpp and one .h file) CMake compiles into the "out" folder using Visual Studio 2022 + + Ex: {Project_Root}\out\build\x64-Debug\bin\proxy.exe \ No newline at end of file