blob: 28ba2ff6f4e545ed6a89d96f10954856f67335a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.
|