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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,11 +98,11 @@ Build Requirements
98
98
99
99
You can download and install mozjpeg using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
100
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
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
106
107
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