Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d9a21 commit 9c67676Copy full SHA for 9c67676
ci/osx-deps
@@ -51,15 +51,6 @@ make install
51
popd
52
fold_end pkg-config
53
54
-fold_start libpng 'Install libpng (compile it ourselves)'
55
-curl -O -L https://downloads.sourceforge.net/libpng/libpng-1.6.37.tar.xz
56
-tar xf libpng-1.6.37.tar.xz
57
-pushd libpng-1.6.37
58
-./configure --disable-dependency-tracking --disable-silent-rules --prefix=/usr/local
59
-make
60
-make install
61
-popd
62
-fold_end libpng
63
64
fold_start freetype 'Install freetype (just unpack into the build directory)'
65
curl -O -L https://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.gz
0 commit comments