Difference between revisions of "Qalculate"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) |
|||
Line 5: | Line 5: | ||
|} | |} | ||
− | = Introduction to Qalculate! = | + | == 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. | 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 == |
− | == Required == | + | === Required === |
+ | * [[KdeLibs]] | ||
* [[CLN]] | * [[CLN]] | ||
* [[Libqalculate]] | * [[Libqalculate]] | ||
* [[LibXML2]] | * [[LibXML2]] | ||
− | = Non-Multilib = | + | == Non-Multilib == |
Compile the package: | Compile the package: | ||
− | + | ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ | |
− | + | --disable-debug && | |
− | + | make | |
Install the package: | Install the package: | ||
− | + | make install | |
− | = Multilib = | + | == Multilib == |
+ | '''''This package does not install any libraries so only one installation is needed.''''' | ||
− | == 32Bit == | + | === 32Bit === |
Compile the package: | 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: | Install the package: | ||
− | + | make install && | |
+ | unset USE_ARCH | ||
− | == N32 == | + | === N32 === |
Compile the package: | 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: | Install the package: | ||
− | + | make install && | |
+ | unset USE_ARCH | ||
− | == 64Bit == | + | === 64Bit === |
Compile the package: | 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: | Install the package: | ||
− | + | make install && | |
+ | unset USE_ARCH | ||
= Contents = | = Contents = |
Revision as of 11:33, 26 December 2006
Download 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 |