Skip to content

Commit 5ea5482

Browse files
authored
Add vcpkg installation instructions (#353)
* Add vcpkg installation instructions
1 parent 1d23209 commit 5ea5482

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

BUILDING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,18 @@ Build Requirements
9494

9595
* If using JDK 11 or later, CMake 3.10.x or later must also be used.
9696

97+
- Vcpkg
98+
99+
You can download and install mozjpeg using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
100+
101+
git clone https://github.com/Microsoft/vcpkg.git
102+
cd vcpkg
103+
./bootstrap-vcpkg.sh
104+
./vcpkg integrate install
105+
vcpkg install mozjpeg
106+
107+
The mozjpeg port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
108+
97109

98110
Out-of-Tree Builds
99111
------------------

0 commit comments

Comments
 (0)