Reformat vcpkg build instructions.

Change-Id: I2ca7bd2feb85103c2377cc48daf3453dc5d859e4
This commit is contained in:
Vincent Rabaud 2023-09-20 13:03:30 +02:00
parent 8534f53960
commit 05c469843c

View File

@ -101,11 +101,13 @@ make install
You can download and install libwebp using the
[vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install libwebp
```shell
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install libwebp
```
The libwebp port in vcpkg is kept up to date by Microsoft team members and
community contributors. If the version is out of date, please