You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libksquirrel/INSTALL

23 lines
682 B

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.