libots - A library and commandline tool for summarizing texts ChangeLog

HOWTO


# libots 0.4.2
# ============
# Prerequisites:
# gawk
# sed
# pkg-config
# glib >= 2.0
# libxml >= 2.0
# popt

cd
test -f installed/ots-0.4.2.tar.gz && mv installed/ots-0.4.2.tar.gz .
test ! -f ots-0.4.2.tar.gz &&
wget http://download.sf.net/libots/ots-0.4.2.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "ots-*" -exec rm -r {} \;
tar xzvf ~/ots-0.4.2.tar.gz
cd ots-0.4.2
test $UID = 0 && chown -R root:root .
./configure

## If make fails with an error like this:
# /usr/bin/openjade:../ots-docs.sgml:41:6:E: end tag for "PART" which is not
# finished
## Run 'make -i' in the doc subdirectory to ignore the error.  You'll
## probably be missing some docs, but that's it.
( cd doc ; make -i )

make

# Become root to install it
su

rm -f /usr/local/lib/libots-1.*
make install
ldconfig

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/ots-*.tar.*
mv ots-0.4.2.tar.gz installed/

List of HOWTOs

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