aboutsummaryrefslogtreecommitdiff
path: root/test/build/pango-build.sh
blob: fd43c274b51d8a79f71efb1144daa980d202120e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

export PATH=$pkgconfig/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib

top=`pwd`
tar xvfj $src
cd pango-*
./configure --prefix=$top
make
make install