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 You can download and install libwebp using the
[vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
git clone https://github.com/Microsoft/vcpkg.git ```shell
cd vcpkg git clone https://github.com/Microsoft/vcpkg.git
./bootstrap-vcpkg.sh cd vcpkg
./vcpkg integrate install ./bootstrap-vcpkg.sh
./vcpkg install libwebp ./vcpkg integrate install
./vcpkg install libwebp
```
The libwebp port in vcpkg is kept up to date by Microsoft team members and 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 community contributors. If the version is out of date, please