Skip to content

Commit

Permalink
Update to cairo 1.15.10, libpng 1.6.34 and freetype 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
preshing committed Jan 4, 2018
1 parent b05f1f9 commit 9ce5c49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This repository is meant to help create Cairo DLLs for Windows. Both 32-bit and 64-bit versions can be built. The resulting `cairo.dll` file is fully self-contained and does not depend on any other third-party DLLs. FreeType support is included.
This repository is meant to help create Cairo DLLs for Windows. Both 32-bit and 64-bit versions can be built. The resulting `cairo.dll` file is fully self-contained and does not depend on any other third-party DLLs. FreeType support is included. See [this blog post](http://preshing.com/20170529/heres-a-standalone-cairo-dll-for-windows) for more information.

Binary releases are available [here](https://github.com/preshing/cairo-windows/releases).

Expand Down
6 changes: 3 additions & 3 deletions build-cairo-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ trap 'echo FAILED COMMAND: $previous_command' EXIT

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

# Set variables according to command line argument
if [ ${1:-x86} = x64 ]; then
Expand Down

0 comments on commit 9ce5c49

Please sign in to comment.