Home
Name Modified Size InfoDownloads / Week
files 2012-04-29
alephw-1.9a.tbz 2018-04-19 644.7 kB
aleph-1.8a.tbz 2017-08-05 603.8 kB
alephw-1.7a.tbz 2016-12-31 613.1 kB
alephw-1.6i.tbz 2016-08-12 587.3 kB
aleph-1.6h.tbz 2016-02-26 590.7 kB
aleph-1.6g.tbz 2016-02-02 583.5 kB
aleph-1.6f.tbz 2015-11-12 582.8 kB
aleph-1.6e.tbz 2015-05-10 574.8 kB
aleph-1.6d.tbz 2015-05-07 574.4 kB
aleph-1.6c.tbz 2015-04-12 581.6 kB
aleph-1.6b.tbz 2015-01-07 571.0 kB
aleph-1.6a.tbz 2014-12-18 570.6 kB
aleph-1.5g.tbz 2014-12-03 568.8 kB
aleph-1.5f.tbz 2014-11-14 568.1 kB
aleph-1.5e.tbz 2014-11-12 567.8 kB
aleph-1.5d.tbz 2014-11-05 567.8 kB
aleph-1.5c.tbz 2014-11-04 567.8 kB
aleph-1.5b.tbz 2014-09-04 567.5 kB
aleph-1.5a.2.tbz 2014-02-06 576.8 kB
aleph-1.5a.1.tbz 2014-01-23 578.5 kB
aleph-1.3a.tbz 2014-01-08 564.6 kB
aleph-1.5a.tbz 2014-01-08 574.6 kB
aleph-1.4a.tbz 2013-12-03 572.0 kB
readme 2013-11-02 1.0 kB
INSTALL 2013-11-02 1.0 kB
Totals: 26 Items   13.4 MB 0
In order to install Aleph-w you need the following libraries: gettext,
m4, xutils-dev, libx11-dev, nana, libgsl0-dev, libgmp-dev and
libmpfr-dev. 

Normally these libaries are available from the package manager of your
system (apt-get, portage, etc).

Once installed the base libraries, untar the aleph-w tar file. By
default, untar will create a directory named aleph and will put the
files into it. You can rename the aleph directory or move the files
toward another directory of your preference.

cd to aleph directory and run

   xmkmf


This command (available from x11 library) will create and Makefile. Then
run

   make depend


NEVER EDIT THE MAKEFILE. If you want to modify your configuration, by
example, trying to compile the lib with gcc or icc, then EDIT the
Imakefile and rerun "xmkmf" then "make depend".

Run 

    make libAleph.a


If you want the fastest option, then you can run

    make OPTIONS="-Ofast -D_REENTRANT -DWITHOUT_NANA"


In order to build the tests, run

   make

and run them one by one.
Source: readme, updated 2013-11-02