You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,18 @@ Build Requirements
94
94
95
95
* If using JDK 11 or later, CMake 3.10.x or later must also be used.
96
96
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.
0 commit comments