summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-22 19:31:25 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-22 19:31:25 +0000
commit6afd9d8dddbe9e450690e05d498a503c00333a5e (patch)
treeee3eaca74e8e33dd66f24f5fb6c1431d7a9ff429 /INSTALL
downloadksquirrel-6afd9d8dddbe9e450690e05d498a503c00333a5e.tar.gz
ksquirrel-6afd9d8dddbe9e450690e05d498a503c00333a5e.zip
Added KDE3 version of ksquirrel photo manager
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksquirrel@1094446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL47
1 files changed, 47 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..2f9fbc6
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,47 @@
+To compile KSquirrel from sources you need to install kde-devel package.
+It will install all needed header files. In Mandriva or same systems
+you should also install kdebase-devel package.
+
+In Debian do
+
+# apt-get install kde-devel
+
+Then follow the installation instructions:
+
+1. First 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
+ # make
+ # su -c 'make install'
+
+ 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
+
+2. Now install KSquirrel:
+
+ a) from sources
+ # tar jxfv ksquirrel-0.8.0.tar.bz2
+ # cd ksquirrel-0.8.0/
+ * # su -c './required-etch'
+ # ./configure.gnu
+ # 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-0.8.0.rpm
+TGZ # installpkg ksquirrel-0.8.0.tgz
+DEB # dpkg -i ksquirrel-0.8.0.deb
+
+------------------------------------------------------------
+
+Note: You can pass all regular 'configure' options to configure.gnu.
+Note: You needn't specify --prefix, it's already done in configure.gnu.