Skip to content

Commit

Permalink
Update cairo to 1.15.6 and libpng to 1.6.31
Browse files Browse the repository at this point in the history
  • Loading branch information
preshing committed Aug 2, 2017
1 parent e4a00bb commit b05f1f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When it's done, you'll find a self-contained package in a subdirectory named `ou

1. First build 32-bit.
2. Open `libpng\projects\vstudio\vstudio.sln` in Visual Studio, then add the "x64" platform to the solution as follows:
* Debug → Configuration Manager
* Build → Configuration Manager
* Active solution platform: &rarr; <New...>
* Select x64, click OK, close the Configuration Manager
* File &rarr; Save All
Expand Down
4 changes: 2 additions & 2 deletions build-cairo-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ trap 'echo FAILED COMMAND: $previous_command' EXIT

# Versions used
USE_FREETYPE=1
CAIRO_VERSION=cairo-1.15.4
CAIRO_VERSION=cairo-1.15.6
PIXMAN_VERSION=pixman-0.34.0
LIBPNG_VERSION=libpng-1.6.29
LIBPNG_VERSION=libpng-1.6.31
ZLIB_VERSION=zlib-1.2.11
FREETYPE_VERSION=freetype-2.8

Expand Down

0 comments on commit b05f1f9

Please sign in to comment.