Annotation of OpenXM_contrib2/asir2000/INSTALL, Revision 1.6
1.4 noro 1: Installation of Asir2000 (standalone version; 2001.3.27)
1.1 noro 2:
1.4 noro 3: Any question is welcome by e-mails to noro@math.kobe-u.ac.jp.
1.1 noro 4:
5: 0. Compiler
6:
1.4 noro 7: On SPARC, gcc is used. Set the search path so that
1.1 noro 8: '/usr/ccs/bin' is searched before '/usr/local/bin'.
9:
10: On PC/x86 gcc is used.
11:
12: On Alpha the native compiler /usr/ccs/bin/cc is used.
13:
14: 1. Determining the install directory
15:
1.4 noro 16: In the install directory, the following subdirectories are put:
1.1 noro 17:
18: bin executables of PARI and Asir
1.4 noro 19: lib library files of PARI and Asir
1.1 noro 20: include header files of PARI
21:
22: These subdirectories are created automatically if they does not exist.
1.4 noro 23: If you can be a root, it is recommended to set the install directory
1.5 noro 24: to '/usr/local'. In the following the directory is denoted by TARGETDIR.
1.1 noro 25:
1.4 noro 26: 2. Installation of pari
1.1 noro 27:
1.6 ! noro 28: % gzip -dc pari-2.2.tgz | tar xvf -
! 29: % cd pari-2.2
1.1 noro 30: % ./Configure --prefix=TARGETDIR
31: % make all
32: % su <-- if necessary
33: # make install
34: # make install-lib-sta
35: # exit
36: %
37:
38: 3. Installation of asir2000
39:
1.4 noro 40: % gzip -dc asir.tgz | tar xvf -
1.1 noro 41: % cd asir2000
1.3 noro 42: % configure -oxhome TARGETDIR -pari -plot
1.1 noro 43: % xmkmf -a
44: % make
45: % su <-- if necessary
46: # make install
1.2 noro 47: # make install-lib
48: # make install-doc
1.1 noro 49: # exit
50: %
51:
52: 3. Environment variables
53:
1.4 noro 54: If ASIR_LIBDIR is already set, unset it.
1.1 noro 55:
56: 4. Making manuals
57:
58: 'ptex', 'texi2html', 'makeinfo' (ver. 1.68 or later) are required.
59:
1.4 noro 60: % gzip -dc asir-doc.tgz | tar xvf -
61: % cd asir-doc
1.1 noro 62: % make
63:
64:
65:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>