Annotation of OpenXM/install.txt, Revision 1.22
1.22 ! takayama 1: %% $OpenXM: OpenXM/install.txt,v 1.21 2003/08/03 20:27:21 takayama Exp $
1.13 takayama 2:
1.15 takayama 3: The OpenXM package is a package of mathematical software systems.
1.21 takayama 4: They are integrated with the OpenXM protocols.
1.15 takayama 5: The OpenXM protocol provides an infrastructure for free, or open source
6: mathematical software systems.
1.9 takayama 7:
1.12 takayama 8: As to installation procedures,
1.14 takayama 9: see doc/install-en.txt in English
1.12 takayama 10: and
1.14 takayama 11: see doc/install-ja.txt in Japanese.
1.12 takayama 12:
13: These files will be generated from install.oxweave by
14: cd doc
1.3 takayama 15: make
1.20 takayama 16: in the source distribution.
1.13 takayama 17:
1.20 takayama 18: As to the copyright notice, see the directory Copyright.
1.16 takayama 19:
1.18 takayama 20: -------- An instruction for a quick installation from the source code ---
1.22 ! takayama 21: (cd OpenXM/src ; make make install)
1.16 takayama 22: You will get binaries, libraries, and documents under
23: OpenXM/bin, OpenXM/lib, OpenXM/doc
1.17 takayama 24: (cd OpenXM/rc ; make install)
1.16 takayama 25: Shell scripts to start "asir", "sm1", ... will be copied to
26: /usr/local/bin
1.22 ! takayama 27: or (cd OpenXM/rc ; make )
! 28: and include dot.bashrc or dot.cshrc generated from your .bashrc or .cshrc
! 29: by the command source; source dot.bashrc or source dot.cshrc.
1.16 takayama 30:
1.17 takayama 31: ------- If you need only asir and kan,
1.22 ! takayama 32: (cd OpenXM/src ; make install-asir2000 ; make install-k097 )
! 33: You will get only asir and kan/sm1.
1.17 takayama 34: (cd OpenXM/rc ; make install)
1.16 takayama 35:
1.19 takayama 36: -------------------------------------------
37: Risa/Asir with asir-contrib is the main client system in the OpenXM project.
1.22 ! takayama 38: You can start Risa/Asir by the command "asir", which is called
! 39: OpenXM/Risa/Asir.
! 40: It is build by (cd OpenXM/src ; make install-asir-contrib)
1.19 takayama 41: The manual of Risa/Asir and Asir-contrib can be found in the
42: OpenXM/doc directory and http://www.openxm.org
1.13 takayama 43:
1.6 takayama 44:
1.12 takayama 45:
46:
47:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>