summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 17:43:19 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 17:43:19 +0000
commit0292059f4a16434600564cfa3f0ad2309a508a54 (patch)
treed95953cd53011917c4df679b96aedca39401b54f /INSTALL
downloadlibksquirrel-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--INSTALL22
1 files changed, 22 insertions, 0 deletions
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.