Prerequisites documentation missing
Opened this issue · 1 comments
JohnnyElvis commented
Brief description of your issue
Please add documentation into Readme.md in the root directory and describe what needs to installed/executed in order to be able to build the solution.
So far I've identified the need to execute following:
vcpkg install vcpkg install jsoncpp:x64-windows vcpkg integrate install
Please grab a fresh Windows machine, install VS and document steps needed to successfully build this solution. That would help a lot.
Trenly commented
I just went through the steps in Developing.md and they seemed to work flawlessly for me. Are you experiencing any specific issues with the steps as they are laid out?
Lines 24 to 33 in 7d72eb3