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

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

Revision 1.2, Mon Aug 28 06:25:04 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.1: +2 -1 lines

A minor modification.

              Installation of Asir2000 (standalone version; 2000.9.1)

Any questions are welcome by e-mails to noro@math.kobe-u.aj.jp.

0. Compiler

On SPARCK, 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 are put

bin       executables of PARI and Asir
lib       library files of PARTI 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 install the files in '
/usr/local/lib'.  Otherwise select a directory. In the following the
directory is denoted by TARGETDIR.

2. Installation of pari-2.0.17.beta

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

3. Installation of asir2000

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

3. Environment variables

If TARGETDIR is '/usr/local/lib', then no settings of environment variabls
are required. If ASIR_LIBDIR is already set, unset it.
If TARGETDIR is not '/usr/local/lib', then set the environment variable 
ASIR_LIBDIR to TARGETDIR/asir.

4. Making manuals

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

% gzip -dc asir2000-man.tgz | tar xvf -
% cd asirdoc
% make