Installation
Previous.
Next.

Appendix A. Installation

Content

Installing from source
Installing ksquirrel-libs
Installing KSquirrel
Installation of the binary package

Installing from source

KSquirrel from source is built as usual. In order to successfully compile KSquirrel you need to install tde-devel package in Mandriva type systems as well as tdebase-devel.

Installing ksquirrel-libs

First you need to install ksquirrel-libs.

  1. tar jxfv ksquirrel-libs-0.8.0.tar.bz2

  2. ./configure.gnu

  3. make

  4. su -c « make install »

Explanations.

  • configure.gnu is just a wrapper around configure - this is a shell-script that calls configure with the prefix set. Instead of configure.gnu you can safely use ./configure --prefix=/usr

Installing KSquirrel

Now build KSquirrel

  1. tar jxfv ksquirrel-0.8.0.tar.bz2

  2. ./configure.gnu

  3. make

  4. su -c « make install »

Explanations.

  • configure.gnu is just a wrapper around configure - this is a shell-script that calls configure with the prefix set and support for arts disabled. Instead of configure.gnu you can safely use ./configure --prefix="`tde-config --prefix`" --without-arts

Previous.
Next.
Contents
License, copyright and thanks Installation of the binary package


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team