Euler
From CBLFS
Download Source: | |
---|---|
Download Patch: | http://svn.cross-lfs.org/svn/repos/patches/euler-1.61.0/euler-1.61.0-glibc-2.4-1.patch |
Download Patch: | http://svn.cross-lfs.org/svn/repos/patches/euler-1.61.0/euler-1.61.0-command-gcc4-1.patch |
Contents
Introduction to Euler
Euler is a program for computing with real and complex numbers and matrices, or with intervals. It is similar in style to MatLab or Octave. It can draw and animate functions in two and three dimensions.
Dependencies
Required
Non-Multilib
Patch the Euler source files:
patch -Np1 -i ../euler-1.61.0-glibc-2.4-1.patch && patch -Np1 -i ../euler-1.61.0-command-gcc4-1.patch
Compile the Euler package:
./configure --prefix=/usr && make
Install the Euler package:
make install
Multilib
32Bit
Patch the Euler source files:
patch -Np1 -i ../euler-1.61.0-glibc-2.4-1.patch && patch -Np1 -i ../euler-1.61.0-command-gcc4-1.patch
Compile the Euler package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the Euler package:
make install
N32
Patch the Euler source files:
patch -Np1 -i ../euler-1.61.0-glibc-2.4-1.patch && patch -Np1 -i ../euler-1.61.0-command-gcc4-1.patch
Compile the Euler package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr && make
Install the Euler package:
make install
64Bit
Patch the Euler source files:
patch -Np1 -i ../euler-1.61.0-glibc-2.4-1.patch && patch -Np1 -i ../euler-1.61.0-command-gcc4-1.patch
Compile the Euler package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr && make
Install the Euler package:
make install
Contents
Installed Programs: | Euler |
---|
Short Description
Euler: | The Euler binery. |
---|