Skip to content

Commit 3611168

Browse files
Swage590kornelski
authored andcommitted
Update BUILDING.md
Edited the vcpkg instructions for windows so they just work if you copy and paste
1 parent 97e2e1d commit 3611168

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

BUILDING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ Build Requirements
7171

7272
git clone https://github.com/Microsoft/vcpkg.git
7373
cd vcpkg
74-
./bootstrap-vcpkg.sh
74+
./bootstrap-vcpkg.bat
7575
./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
7878
7979
Actually, you can just download and install MozJPEG using vcpkg dependency manager:
8080

81-
vcpkg install mozjpeg
81+
./vcpkg install mozjpeg
8282

8383
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.
8484

0 commit comments

Comments
 (0)