diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-20T22·25+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-20T22·25+0000 |
commit | 4c43711810c73a3899066b9401a9517f53e1b0f1 (patch) | |
tree | 92ea3438881dccf28a7024bbb426c9579bcbd63b /test/dist/glib-build.sh | |
parent | cadc3852e44bc625872ef18f4407bff6797ac5dd (diff) |
* Descriptor templates for the Pan newsreader and all its
dependencies.
Diffstat (limited to 'test/dist/glib-build.sh')
-rwxr-xr-x | test/dist/glib-build.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/dist/glib-build.sh b/test/dist/glib-build.sh new file mode 100755 index 000000000000..2100052bede4 --- /dev/null +++ b/test/dist/glib-build.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +export PATH=$pkgconfig/bin:/bin:/usr/bin + +top=`pwd` +tar xvfj $src +cd glib-* +./configure --prefix=$top +make +make install |