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