Galculator: Difference between revisions

From CBLFS
Jump to navigationJump to search
Created page.
 
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
|http://prdownloads.sourceforge.net/galculator/galculator-1.2.5.2.tar.bz2
|http://prdownloads.sourceforge.net/galculator/galculator-{{Galculator-Version}}.tar.bz2
|}
|}


== Introduction to Galculator ==
----
Galculator is a GTK 2 based calculator with ordinary notation/reverse polish notation, a formula entry mode, different number bases (DEC, HEX, OCT, BIN) and different units of angular measure (DEG, RAD, GRAD).
 
{{Package-Introduction|Galculator is a GTK 2 based calculator with ordinary notation/reverse polish notation, a formula entry mode, different number bases (DEC, HEX, OCT, BIN) and different units of angular measure (DEG, RAD, GRAD).}}


== Dependencies ==
== Dependencies ==
Line 19: Line 20:


Compile the package:
Compile the package:
  ./configure --prefix=/usr &&
  ./configure --prefix=/usr &&
  make
  make


Install the package:
Install the package:
  make install
  make install


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


=== 32Bit ===
=== 32Bit ===


  To do ...
Compile the package:
 
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
  ./configure --prefix=/usr &&
make
 
Install the package:
 
make install


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


  To do ...
Compile the package:
 
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
  ./configure --prefix=/usr &&
make
 
Install the package:
 
make install


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


  To do ...
Compile the package:
 
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
  ./configure --prefix=/usr &&
make
 
Install the package:
 
make install


== Contents ==
== Contents ==


{| style="text-align: left;"
{|style="text-align: left"
|-valign="top"
!Installed Directories:
|None
|-valign="top"
|-valign="top"
!Installed Programs:
!Installed Programs:
|galculator
|galculator
|-valign="top"
!Installed Libraries:
|None
|-valign="top"
!Symlinks:
|None
|}
|}


Line 54: Line 91:
|The calculator binary.
|The calculator binary.
|}
|}
[[Category:Science_Engineering]]

Latest revision as of 18:20, 18 August 2008

Download Source: http://prdownloads.sourceforge.net/galculator/galculator-1.3.1.tar.bz2

Introduction to Galculator

Galculator is a GTK 2 based calculator with ordinary notation/reverse polish notation, a formula entry mode, different number bases (DEC, HEX, OCT, BIN) and different units of angular measure (DEG, RAD, GRAD).

Project Homepage: Unknown

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

This package does not install any libraries so only one installation is needed.

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr &&
make

Install the package:

make install

Contents

Installed Directories: None
Installed Programs: galculator
Installed Libraries: None
Symlinks: None

Short Description

galculator: The calculator binary.