about summary refs log tree commit diff
path: root/test/dist/gtk+-build.sh
blob: 8c887fec4f0230afdd7f9f5f2c8aae0bcc0316ca (plain) (blame)
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:$atk/lib/pkgconfig:$pango/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib

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