Qalculate: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
|} | |} | ||
---- | |||
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. | {{Package-Introduction|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 == | == Dependencies == | ||
Revision as of 20:41, 16 April 2007
| Download Source: | http://downloads.sourceforge.net/qalculate/qalculate-kde-0.9.6.tar.gz |
|---|
Introduction to Qalculate
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.
Project Homepage: Unknown
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 |