Download area
Requirements
To compile this package, you need
- an Unix / Linux system,
- an X11 display,
- the GTK+ toolkit version 1.2.x.
Download
The latest version is the 1.60.6 : ChangeLog
It contains :
- the source files,
- the documentation files (html) and,
- many examples.
You can download :
Compiling Euler
Before compiling Euler, be sure you have a C compiler
with its classical tools (make...) installed on your box. Be sure,as well, you have
all the developpment packages for the libraries e.g. XFree86-devel.xxx.rpm,
glib1.2-devel.xxx.rpm and gtk+1.2-devel.xxx.rpm if you use a RPM based
distribution (Linux Redhat, Mandrake, ...).
Then, open a terminal and go in the directory the archive is in :
tar xvfz euler-1.60.6.tar.gz
cd euler-1.60
make
su (for root priviledges)
make install
You can now remove the directory. To run Euler :
euler
For a demo of capabilities of Euler, choose the Misc>Demo menu.
Here, you are ...
There is also a make clean and a make uninstall to clean the directory from the object files and binary, and to remove the installed version from your box.
|