File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,19 +39,6 @@ for compiler in clang clang++ cc gcc c++ g++; do
3939done
4040fold_end ccache
4141
42- fold_start pkg-config ' Install pkg-config (compile it ourselves)'
43- curl -O -L https://dl.bintray.com/homebrew/mirror/pkg-config-0.29.2.tar.gz
44- tar xf pkg-config-0.29.2.tar.gz
45- pushd pkg-config-0.29.2
46- ./configure --disable-debug --prefix=/usr/local --disable-host-tool \
47- --with-internal-glib --with-pc-path=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/local/pkgconfig \
48- --with-system-include-path=/usr/include
49- make
50- make install
51- popd
52- fold_end pkg-config
53-
54-
5542fold_start freetype ' Install freetype (just unpack into the build directory)'
5643curl -O -L https://download.savannah.gnu.org/releases/freetype/freetype-2.6.1.tar.gz
5744mkdir -p build
You can’t perform that action at this time.
0 commit comments