summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: a94f43daad0ef0e5c493de29f54da26d4b328d94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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 tdebase-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.