Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit f6abb5c

Browse files
committed
RF: refactor to terryfy library installers
1 parent f913cfd commit f6abb5c

File tree

3 files changed

+10
-109
lines changed

3 files changed

+10
-109
lines changed

library_installers.sh

Lines changed: 0 additions & 103 deletions
This file was deleted.

run_install.sh

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
source terryfy/travis_tools.sh
2-
source library_installers.sh
2+
source terryfy/library_installers.sh
3+
4+
# Package versions for fresh source builds
5+
FT_VERSION=2.5.3
6+
PNG_VERSION=1.6.12
7+
ZLIB_VERSION=1.2.8
38

49
# Need cmake for openjpeg
510
brew install cmake
611
# Need pkg-config for freetype to find libpng
712
brew install pkg-config
813
# Set up build
9-
init_vars
1014
clean_builds
1115
# Need zlib for compatibility with new libpng on OSX 10.6
12-
install_zlib
13-
install_libpng
14-
install_freetype
16+
standard_install zlib $ZLIB_VERSION .tar.xz
17+
standard_install libpng $PNG_VERSION
18+
standard_install freetype $FT_VERSION .tar.gz freetype- "--with-harfbuzz=no"

terryfy

0 commit comments

Comments
 (0)