From b23a4a75169c6cc8b2b92624445bf1e2bfe3f8ec Mon Sep 17 00:00:00 2001 From: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Date: Thu, 29 Apr 2021 09:50:17 +0800 Subject: [vcpkg docs] Add the procedure for updating vcpkg to faq (#17257) * [vcpkg docs] Add the procedure for updating vcpkg to faq * Address the review suggestions * Update the changes --- docs/about/faq.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/about/faq.md b/docs/about/faq.md index 2fb169fd3..9b4fe9de9 100644 --- a/docs/about/faq.md +++ b/docs/about/faq.md @@ -30,6 +30,9 @@ We currently target Windows Desktop (x86 and x64) as well as the Universal Windo ## Does Vcpkg run on Linux/OSX? Yes! We continuously test on OSX and Ubuntu 16.04, however we know users have been successful with Arch, Fedora, and FreeBSD. If you have trouble with your favorite Linux distribution, let us know in an issue and we'd be happy to help! +## How do I update vcpkg? +Execute `git pull` to get the latest sources, then run `bootstrap-vcpkg.bat` (Windows) or `./bootstrap-vcpkg.sh` (Unix) to update vcpkg. + ## How do I use different versions of a library on one machine? Within a single instance of Vcpkg (e.g. one set of `installed\`, `packages\`, `ports\` and so forth), you can only have one version of a library installed (otherwise, the headers would conflict with each other!). For those with experience with system-wide package managers, packages in Vcpkg correspond to the `X-dev` or `X-devel` packages. -- cgit v1.2.3