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

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

Revision 1.4, Tue Mar 27 04:47:43 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.3: +14 -18 lines

Updated the instructions for installation.

              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/lib'.  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