From 6afd9d8dddbe9e450690e05d498a503c00333a5e Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 22 Feb 2010 19:31:25 +0000 Subject: 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 --- INSTALL | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') 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. -- cgit v1.2.1