diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 32 |
1 files changed, 13 insertions, 19 deletions
@@ -1,22 +1,16 @@ -How to install 'ksquirrel-libs' package: +Basic Installation +================== - 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' +libksquirrel relies on cmake to build. -* For Debian Etch and Ubuntu Feisty only. - This will install all required packages with aptitude. +Here are suggested default options: - 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. + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" |