about summary refs log blame commit diff
path: root/test/build/glib-build.sh
blob: 2100052bede48bf054de289dfc4d42e9a863fb0b (plain) (tree)
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