From 0292059f4a16434600564cfa3f0ad2309a508a54 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 24 Feb 2010 17:43:19 +0000 Subject: Added libksquirrel for KDE3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libksquirrel@1095624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- INSTALL | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..28ba2ff --- /dev/null +++ b/INSTALL @@ -0,0 +1,22 @@ +How to install 'ksquirrel-libs' package: + + a) from sources + # tar jxfv ksquirrel-libs-0.8.0.tar.bz2 + # cd ksquirrel-libs-0.8.0/ + * # su -c './required-etch' + # ./configure.gnu (not ./configure !) + # make + # su -c 'make install' + +* For Debian Etch and Ubuntu Feisty only. + This will install all required packages with aptitude. + + b) from binary packages +RPM # rpm -ihv ksquirrel-libs-0.8.0.rpm +TGZ # installpkg ksquirrel-libs-0.8.0.tgz +DEB # dpkg -i ksquirrel-libs-0.8.0.deb + +-------------------------------------------------------------- + +Note: You can pass all regular 'configure' parameters to configure.gnu. +Note: Your automake version should be 1.8 or higher. -- cgit v1.2.1