about summary refs log tree commit diff
path: root/test/dist/glib-build.sh
blob: 2100052bede48bf054de289dfc4d42e9a863fb0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

export PATH=$pkgconfig/bin:/bin:/usr/bin

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