[BACK]Return to INSTALL CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

File: [local] / OpenXM_contrib2 / asir2000 / INSTALL (download)

Revision 1.5, Fri Oct 5 11:01:21 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.4: +1 -1 lines

configure ... -pari ... => use pari-2.2 (OpenXM_contrib/pari-2.2)
configure ... -oldpari ... => use pari-2.0 (OpenXM_contrib/pari)

              Installation of Asir2000 (standalone version; 2001.3.27)

Any question is welcome by e-mails to noro@math.kobe-u.ac.jp.

0. Compiler

On SPARC, gcc is used. Set the search path so that 
'/usr/ccs/bin' is searched before '/usr/local/bin'.

On PC/x86 gcc is used.

On Alpha the native compiler /usr/ccs/bin/cc is used.

1. Determining the install directory

In the install directory, the following subdirectories are put:

bin       executables of PARI and Asir
lib       library files of PARI and Asir
include   header files of PARI

These subdirectories are created automatically if they does not exist.
If you can be a root, it is recommended to set the install directory
to '/usr/local'.  In the following the directory is denoted by TARGETDIR.

2. Installation of pari

% gzip -dc pari.tgz | tar xvf -
% cd pari
% ./Configure --prefix=TARGETDIR
% make all
% su                         <-- if necessary
# make install
# make install-lib-sta
# exit
%

3. Installation of asir2000

% gzip -dc asir.tgz | tar xvf -
% cd asir2000
% configure -oxhome TARGETDIR -pari -plot
% xmkmf -a
% make
% su                        <-- if necessary
# make install
# make install-lib
# make install-doc
# exit
%	

3. Environment variables

If ASIR_LIBDIR is already set, unset it.

4. Making manuals

'ptex', 'texi2html', 'makeinfo' (ver. 1.68 or later) are required.

% gzip -dc asir-doc.tgz | tar xvf -
% cd asir-doc
% make