Qalculate: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{| style="text-align: left; background-color: AliceBlue;" | {| style="text-align: left; background-color: AliceBlue;" | ||
|- | |- | ||
!Download Source: | !Download Source (KDE desktop) : | ||
| http://downloads.sourceforge.net/qalculate/qalculate-kde-{{qalculate-kde-Version}}.tar.gz | | http://downloads.sourceforge.net/qalculate/qalculate-kde-{{qalculate-kde-Version}}.tar.gz | ||
|-valign="top" | |||
!Download Source (Gnome desktop) : | |||
| http://prdownloads.sourceforge.net/qalculate/qalculate-gtk-{{qalculate-gtk-Version}}.tar.gz | |||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction| | {{Package-Introduction|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 (KDE desktop) === | |||
* [[KdeLibs]] | |||
=== Required (Gnome desktop) === | |||
* [[Libgnome]] | |||
* [[ScrollKeeper]] | |||
=== Required === | === Required === | ||
* [[CLN]] | * [[CLN]] | ||
* [[Libqalculate]] | * [[Libqalculate]] | ||
| Line 19: | Line 26: | ||
== Non-Multilib == | == Non-Multilib == | ||
Compile the package: | Compile the package (KDE desktop): | ||
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ | ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ | ||
--disable-debug && | |||
make | |||
Compile the package (Gnome desktop): | |||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | |||
--disable-debug && | --disable-debug && | ||
make | make | ||
| Line 34: | Line 47: | ||
=== 32Bit === | === 32Bit === | ||
Compile the package: | Compile the package (KDE desktop) : | ||
export USE_ARCH=32 && | export USE_ARCH=32 && | ||
| Line 40: | Line 53: | ||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ | ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ | ||
--disable-debug && | |||
make | |||
Compile the package (Gnome desktop) : | |||
export USE_ARCH=32 && | |||
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | |||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | |||
--disable-debug && | --disable-debug && | ||
make | make | ||
| Line 50: | Line 72: | ||
=== N32 === | === N32 === | ||
Compile the package: | Compile the package (KDE desktop) : | ||
export USE_ARCH=n32 && | export USE_ARCH=n32 && | ||
| Line 56: | Line 78: | ||
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ | ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ | ||
--disable-debug && | |||
make | |||
Compile the package (Gnome desktop) : | |||
export USE_ARCH=n32 && | |||
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | |||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | |||
--disable-debug && | --disable-debug && | ||
make | make | ||
| Line 66: | Line 97: | ||
=== 64Bit === | === 64Bit === | ||
Compile the package: | Compile the package (KDE desktop) : | ||
export USE_ARCH=64 && | export USE_ARCH=64 && | ||
| Line 72: | Line 103: | ||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ | ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \ | ||
--disable-debug && | |||
make | |||
Compile the package (Gnome desktop) : | |||
export USE_ARCH=64 && | |||
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | |||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | |||
--disable-debug && | --disable-debug && | ||
make | make | ||
| Line 85: | Line 125: | ||
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: | ||
|qalculate-kde | |qalculate-kde or qalculate-gtk | ||
|-valign="top" | |-valign="top" | ||
!Installed Libraries: | !Installed Libraries: | ||
| Line 91: | Line 131: | ||
|-valign="top" | |-valign="top" | ||
!Installed Directories: | !Installed Directories: | ||
| | |/usr/share/qalculate-gtk | ||
|} | |} | ||
[[Category:Science_Engineering]] | |||
Latest revision as of 18:31, 18 August 2008
| Download Source (KDE desktop) : | http://downloads.sourceforge.net/qalculate/qalculate-kde-0.9.6.tar.gz |
|---|---|
| Download Source (Gnome desktop) : | http://prdownloads.sourceforge.net/qalculate/qalculate-gtk-0.9.6.tar.gz |
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.
Project Homepage: Unknown
Dependencies
Required (KDE desktop)
Required (Gnome desktop)
Required
Non-Multilib
Compile the package (KDE desktop):
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \
--disable-debug &&
make
Compile the package (Gnome desktop):
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--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 (KDE desktop) :
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
Compile the package (Gnome desktop) :
export USE_ARCH=32 &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--disable-debug &&
make
Install the package:
make install && unset USE_ARCH
N32
Compile the package (KDE desktop) :
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
Compile the package (Gnome desktop) :
export USE_ARCH=n32 &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--disable-debug &&
make
Install the package:
make install && unset USE_ARCH
64Bit
Compile the package (KDE desktop) :
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
Compile the package (Gnome desktop) :
export USE_ARCH=64 &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--disable-debug &&
make
Install the package:
make install && unset USE_ARCH
Contents
| Installed Programs: | qalculate-kde or qalculate-gtk |
|---|---|
| Installed Libraries: | None |
| Installed Directories: | /usr/share/qalculate-gtk |