Qalculate
From CBLFS
Jump to navigationJump to searchDownload Source: | http://downloads.sourceforge.net/qalculate/qalculate-kde-0.9.6.tar.gz |
---|
Contents
Introduction to Qalculate!
Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface.
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ --disable-debug && make
Install the package:
make install
Multilib
This package does not install any libraries so only one installation is needed.
32Bit
Compile the package:
export USE_ARCH=32 && CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ --disable-debug && make
Install the package:
make install && unset USE_ARCH
N32
Compile the package:
export USE_ARCH=n32 && CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ --disable-debug && make
Install the package:
make install && unset USE_ARCH
64Bit
Compile the package:
export USE_ARCH=64 && CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ --disable-debug && make
Install the package:
make install && unset USE_ARCH
Contents
Installed Programs: | qalculate-kde |
---|---|
Installed Libraries: | None |
Installed Directories: | None |