Difference between revisions of "Qalculate"

From CBLFS
Jump to navigationJump to search
Line 22: Line 22:
  
 
  ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \
 
  ./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \
--disable-debug &&
+
    --disable-debug &&
 
  make
 
  make
  
Line 40: Line 40:
 
  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 &&
+
    --disable-debug &&
 
  make
 
  make
  
Line 56: Line 56:
 
  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 &&
+
    --disable-debug &&
 
  make
 
  make
  
Line 72: Line 72:
 
  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 &&
+
    --disable-debug &&
 
  make
 
  make
  

Revision as of 12:41, 26 December 2006

Download Source: http://downloads.sourceforge.net/qalculate/qalculate-kde-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.

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