Closed sarahhaggarty closed 3 years ago
Hi @HarshCasper, I think this would be good to label as a good first issue. What do you think?
Hi @HarshCasper, I think this would be good to label as a good first issue. What do you think?
Definitely. I have labelled them here. Thanks for suggesting :)
@sarahhaggarty @HarshCasper Can I work on this issue?
@sarahhaggarty @HarshCasper Can I work on this issue?
Please go ahead!
What does the current documentation state? In "vcpkg.rst" it lists the following command for installing packages for
vcpkg
:Where is this stated? In "vcpkg.rst"
Why do you want to improve the statement? The current command is missing two packages:
fmt:x64-windows
andlibpqxx:x64-windows
. So if readers complete the prerequisite instructions to installvcpkg
when they try to compile with CMake they will receive the following error:Proposed statement The command should be corrected to the following:
Additional info Installing
vcpkg
is also mentioned in "windows_installation.rst" and "visual_studio_win_example.rst" but those commands are both the same and containfmt:x64-windows
. Making this correction to "vcpkg.rst" will mean all pages have the samevcpkg
command.