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

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

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