Further updated README for Visual Studio 2022

This commit is contained in:
Gregory 2023-10-05 12:27:53 -05:00
parent d2b6d11fd0
commit 2241305681

View File

@ -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