about summary refs log blame commit diff
path: root/test/build/gnet-build.sh
blob: 72141c2687ae1edfb861a565a689f4d15cc38e2c (plain) (tree)
1
2
3
4
5
6
7






                                          






                                   
#! /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 xvfz $src || exit 1
cd gnet-* || exit 1
./configure --prefix=$top || exit 1
make || exit 1
make install || exit 1
cd $top || exit 1
rm -rf gnet-* || exit 1