plib - Portable game library ChangeLog

HOWTO


# plib 1.8.4
# ==========
# Prerequisites:
# gawk
# X: XFree86 or X.org
# OpenGL (part of X, ...in recent versions)

# This would not build against Slackware 10.2's 2.6 kernel-headers package
# from 'testing' but does build against the normal (2.4) one.

cd
test -f installed/plib-1.8.4.tar.gz && mv installed/plib-1.8.4.tar.gz .
test ! -f plib-1.8.4.tar.gz &&
wget http://plib.sourceforge.net/dist/plib-1.8.4.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "plib-*" -exec rm -r {} \;
tar xzvf ~/plib-1.8.4.tar.gz
cd plib-1.8.4
test $UID = 0 && chown -R root:root .
./configure
make
su -c "make install ; ldconfig"
cd
mkdir -p -m 0700 installed
rm -f installed/plib-*.tar.*
mv plib-1.8.4.tar.gz installed/


# If you ever want to uninstall plib, this should do it:
cd
su
test -d src/plib-* && ( cd src/plib-* ; make uninstall )
test -d /usr/include/plib && rm -r /usr/include/plib
( cd /usr/lib ; rm -f libplibfnt.* libplibjs.* libplibnet.* libplibpsl.* \
libplibpu.* libplibpuaux.* libplibpw.* libplibsg.* libplibsl.* \
libplibssg.* libplibssgaux.* libplibul.* )
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "plib-*" -exec rm -r {} \;
rm -f ~/installed/plib-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-08-19 4:00pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]