=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/INSTALL,v retrieving revision 1.4 retrieving revision 1.8 diff -u -p -r1.4 -r1.8 --- OpenXM_contrib2/asir2000/INSTALL 2001/03/27 04:47:43 1.4 +++ OpenXM_contrib2/asir2000/INSTALL 2003/03/27 02:14:24 1.8 @@ -1,4 +1,4 @@ - Installation of Asir2000 (standalone version; 2001.3.27) + Installation of Asir2000 (standalone version; 2003.3.11) Any question is welcome by e-mails to noro@math.kobe-u.ac.jp. @@ -21,7 +21,7 @@ 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/lib'. In the following the directory is denoted by TARGETDIR. +to '/usr/local'. In the following the directory is denoted by TARGETDIR. 2. Installation of pari @@ -35,12 +35,25 @@ to '/usr/local/lib'. In the following the directory i # 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 -oxhome TARGETDIR -pari -plot -% xmkmf -a +% configure --prefix=TARGETDIR --with-pari --enable-plot % make % su <-- if necessary # make install