Qalculate: Difference between revisions

From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs)
No edit summary
 
No edit summary
 
(5 intermediate revisions by 3 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
|}
|}


= 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.
{{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 ==
=== Required (KDE desktop) ===
* [[KdeLibs]]
=== Required (Gnome desktop) ===
* [[Libgnome]]
* [[ScrollKeeper]]
=== Required ===
* [[CLN]]
* [[CLN]]
* [[Libqalculate]]
* [[Libqalculate]]
* [[LibXML2]]
* [[LibXML2]]


= Non-Multilib =
== Non-Multilib ==
 
Compile the package (KDE desktop):
 
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \
    --disable-debug &&
make


Compile the package:
Compile the package (Gnome desktop):


  ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
  --disable-debug --disable-dependency-tracking &&
    --disable-debug &&
  make
make


Install the package:
Install the package:


  make install
make install
 
== Multilib ==
'''''This package does not install any libraries so only one installation is needed.'''''


= Multilib =
=== 32Bit ===


== 32Bit ==
Compile the package (KDE desktop) :


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


  TO DO
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:
Install the package:


  TO DO
make install &&
unset USE_ARCH


== N32 ==
=== N32 ===


Compile the package:
Compile the package (KDE desktop) :


  TO DO
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:
Install the package:


  TO DO
make install &&
unset USE_ARCH


== 64Bit ==
=== 64Bit ===


Compile the package:
Compile the package (KDE desktop) :


  TO DO
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:
Install the package:


  TO DO
make install &&
unset USE_ARCH


= Contents =
= Contents =
Line 65: 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 71: Line 131:
|-valign="top"
|-valign="top"
!Installed Directories:
!Installed Directories:
|None
|/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