diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 17:43:19 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 17:43:19 +0000 |
commit | 0292059f4a16434600564cfa3f0ad2309a508a54 (patch) | |
tree | d95953cd53011917c4df679b96aedca39401b54f /INSTALL | |
download | libksquirrel-0292059f4a16434600564cfa3f0ad2309a508a54.tar.gz libksquirrel-0292059f4a16434600564cfa3f0ad2309a508a54.zip |
Added libksquirrel for KDE3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libksquirrel@1095624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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. |