hermes - Graphics library ChangeLog

HOWTO


# hermes is a graphics library used by ClanLib which is a library used by
# games like Pingus, and by SDL which is a library used by LOTS of other
# games (SDL includes part of hermes, the full installation is not required)

# hermes 1.3.3
# ============
# Prerequisites:
# make
# gcc
# binutils
# fileutils or coreutils
# gawk
# sed
# grep

cd
test -f installed/Hermes-1.3.3.tar.bz2 && mv installed/Hermes-1.3.3.tar.bz2 .
test ! -f Hermes-1.3.3.tar.bz2 &&
wget http://www.clanlib.org/download/files/Hermes-1.3.3.tar.bz2
cd /usr/local/src
find -type d -maxdepth 1 -name "Hermes-*" -exec rm -r {} \;
tar xjvf ~/Hermes-1.3.3.tar.bz2
cd Hermes-1.3.3
chown -R root.root .

# If you want to quiet the error about ./missing being too old, run this.
# This will happen because you use a recent version of automake, 1.9.4 is
# current, but the author used 1.7.5
autoreconf -f -i

./configure
make
rm -f /usr/local/lib/libHermes.so.*
make install
ldconfig
cd
mkdir -p -m 0700 installed
rm -f installed/Hermes-*.tar.*
mv Hermes-1.3.3.tar.bz2 installed/

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2005-01-10 11:48am
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]