drogonframework / drogonframework/drogon
Windows Install Documentation Unclear
- Dominant language
- C++
- Stars
- 14.3k
- Forks
- 1.4k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 14
Description
**Describe the bug**
The documentation makes a couple of assumptions under "Install by VCPKG in Windows", namely the installation location of vcpkg.
When the walkthrough is followed step by step like I did, you end up cloning vcpkg to the parent directory of the cloned drogon source code. Not "C:\dev" as the documentation assumes.
Also for my project I can't assume to make system-wide changes, as it is to be used by other people, nor can I assume what drives they got or what they're called so Ive had to alter the installation process a little here and there. Like using a relative path for the -DCMAKE_INSTALL_PREFIX to make sure that everything is contained within the project folder.
**To Reproduce**
Steps to reproduce the behavior:
1. Follow the documentation from the perspective of a Windows user.
**Expected behavior**
No exact expectations. Its just a matter of clarification. I found myself searching through my C drive for quite a while, since I assumed that the installation of vcpkg had made said "C:\dev" folder.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: Windows 11
- Browser N/A
- Version N/A
Contributor guide
Assessment
This issue has not been assessed yet.