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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,14 +71,14 @@ Build Requirements
71
71
72
72
git clone https://github.com/Microsoft/vcpkg.git
73
73
cd vcpkg
74
-
./bootstrap-vcpkg.sh
74
+
./bootstrap-vcpkg.bat
75
75
./vcpkg integrate install
76
-
vcpkg install libpng:x64-windows
77
-
vcpkg install libpng:x64-windows-static
76
+
./vcpkg install libpng:x64-windows
77
+
./vcpkg install libpng:x64-windows-static
78
78
79
79
Actually, you can just download and install MozJPEG using vcpkg dependency manager:
80
80
81
-
vcpkg install mozjpeg
81
+
./vcpkg install mozjpeg
82
82
83
83
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