Skip to content

Commit

Permalink
Merge pull request #187 from Ghabry/windows-freeimage
Browse files Browse the repository at this point in the history
FreeImage (vcpkg): Requires libwebpmux to build
  • Loading branch information
Ghabry authored Nov 3, 2024
2 parents 20f81ec + 9bf4315 commit 7226e24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions windows/build_tools.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ call helper\prepare.cmd
:: Using [core] everywhere to prevent surprises when new default-features are
:: added to libraries.
vcpkg install --triplet x86-windows-static --recurse^
jasper[core] libwebp[core] freeimage[core]
jasper[core] libwebp[core,libwebpmux] freeimage[core]^
wxwidgets[core]

:: Build 64-bit libraries
vcpkg install --triplet x64-windows-static --recurse^
jasper[core] libwebp[core] freeimage[core]
jasper[core] libwebp[core,libwebpmux] freeimage[core]^
wxwidgets[core]

0 comments on commit 7226e24

Please sign in to comment.