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

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

Revision 1.8, Thu Mar 27 02:14:24 2003 UTC (21 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, KNOPPIX_2006
Changes since 1.7: +14 -0 lines

Updated the instruction for building pari-2.0.

              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
%

While executing 'make install', the procedure may stop due to
some error. Then try the following:

% cd Oxxx           <--- 'xxx' is the name of the current OS.
% make lib-sta
% su
# make install-lib-sta
# make install-include
# exit
%

Although GP is not built, the library necessary for building asir2000
will be generated.

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