Annotation of OpenXM_contrib2/asir2000/INSTALL, Revision 1.7
1.7 ! noro 1: Installation of Asir2000 (standalone version; 2003.3.11)
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.7 ! noro 28: % gzip -dc pari.tgz | tar xvf -
! 29: % cd pari
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.7 ! noro 42: % configure --prefix=TARGETDIR --with-pari --enable-plot
1.1 noro 43: % make
44: % su <-- if necessary
45: # make install
1.2 noro 46: # make install-lib
47: # make install-doc
1.1 noro 48: # exit
49: %
50:
51: 3. Environment variables
52:
1.4 noro 53: If ASIR_LIBDIR is already set, unset it.
1.1 noro 54:
55: 4. Making manuals
56:
57: 'ptex', 'texi2html', 'makeinfo' (ver. 1.68 or later) are required.
58:
1.4 noro 59: % gzip -dc asir-doc.tgz | tar xvf -
60: % cd asir-doc
1.1 noro 61: % make
62:
63:
64:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>