Skip to content

Commit

Permalink
Update COMPILING-VS-VCPKG.md
Browse files Browse the repository at this point in the history
Added warning about special symbols in VS build instructions
  • Loading branch information
CoreyHendrey authored Dec 14, 2024
1 parent eba840f commit d1fc8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/COMPILING/COMPILING-VS-VCPKG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Steps from current guide were tested on Windows 10 (64 bit), Visual Studio 2019

3. Install and configure `vcpkg`. If you already have `vcpkg` installed, you should update it to at least commit `3b57fb2e1ff55613db14d2aaf0a30529289c7050` (the most recent tested good revision) and rerun `.\bootstrap-vcpkg.bat` as described:

***WARNING: It is important that, wherever you decide to clone this repo, the path does not include whitespace. That is, `C:/dev/vcpkg` is acceptable, but `C:/dev test/vcpkg` is not.***
***WARNING: It is important that, wherever you decide to clone this repo, the path does not include whitespace or special symbols. That is, `C:/dev/vcpkg` is acceptable, but `C:/dev test/vcpkg` and `C:/C++Projects/vcpkg` is not.***

In a `cmd.exe` shell:
```cmd
Expand Down

0 comments on commit d1fc8ca

Please sign in to comment.