[BACK]Return to install.txt CVS log [TXT][DIR] Up to [local] / OpenXM

Diff for /OpenXM/install.txt between version 1.12 and 1.16

version 1.12, 1999/12/15 03:30:12 version 1.16, 2001/12/20 03:44:09
Line 1 
Line 1 
 %%  $OpenXM: OpenXM/install.txt,v 1.11 1999/12/14 13:05:27 takayama Exp $  %%  $OpenXM: OpenXM/install.txt,v 1.15 2000/09/23 07:28:10 takayama Exp $
   
 OpenXM is a package of mathematical softwares.  The OpenXM package is a package of mathematical software systems.
   The OpenXM protocol provides an infrastructure for free, or open source
   mathematical software systems.
   
 As to installation procedures,  As to installation procedures,
    see doc/install-eg.txt  in English     see doc/install-en.txt  in English
 and  and
    see doc/install-jp.txt  in Japanese.     see doc/install-ja.txt  in Japanese.
   
 These files will be generated from install.oxweave by  These files will be generated from install.oxweave by
    cd doc     cd doc
    make     make
   in a source distribution.
   
   As to Copyright notice, see the directory Copyright.
   
   -------- A quick instruction for installation.
   (cd OpenXM/src ; make configure ; make install)
                You will get binaries, libraries, and documents under
                OpenXM/bin, OpenXM/lib, OpenXM/doc
   (cd OpenXM/misc ; make install)
                Shell scripts to start "asir", "sm1", ... will be copied to
                /usr/local/bin
   
   (cd OpenXM/src ; make install-kan-ox ; make install-asir-contrib)
                You will get only asir (OpenXM version) and kan/sm1.
   
   
   
   
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.16

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>