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

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

Revision 1.7, Tue Mar 11 07:54:55 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.6: +4 -5 lines

Updated the install procedure for standalone installation.

              Installation of Asir2000 (standalone version; 2003.3.11)

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 --prefix=TARGETDIR --with-pari --enable-plot
% 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