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

Diff for /OpenXM/doc/install.oxweave between version 1.42 and 1.43

version 1.42, 2001/12/20 03:44:10 version 1.43, 2001/12/20 04:52:07
Line 1 
Line 1 
 %% $OpenXM: OpenXM/doc/install.oxweave,v 1.41 2000/12/22 02:07:55 takayama Exp $  %% $OpenXM: OpenXM/doc/install.oxweave,v 1.42 2001/12/20 03:44:10 takayama Exp $
 OpenXM/doc/install.oxweave  OpenXM/doc/install.oxweave
   
 /*&C  /*&C
Line 12  OpenXM package : Getting started.
Line 12  OpenXM package : Getting started.
 This document is for OpenXM version 1.1.3.  (Draft)  This document is for OpenXM version 1.1.3.  (Draft)
   
   
 ----------- An instruction for quick installation -----------------  ----------- An instruction for a quick installation -----------------
 (cd OpenXM/src ; make configure ; make install)  (cd OpenXM/src ; make configure ; make install)
              You will get binaries, libraries, and documents under               You will get binaries, libraries, and documents under
              OpenXM/bin, OpenXM/lib, OpenXM/doc               OpenXM/bin, OpenXM/lib, OpenXM/doc
 (cd OpenXM/misc ; make install)  (cd OpenXM/rc ; make install)
              Shell scripts to start "asir", "sm1", ... will be copied to               Shell scripts to start "asir", "sm1", ... will be copied to
              /usr/local/bin               /usr/local/bin
   
 *******************************************************************  *********** If you need only asir and kan/(sm1, k0),
 (cd OpenXM/src ; make install-kan-ox ; make install-asir-contrib)  (cd OpenXM/src ; make install-kan-ox ; make install-asir-contrib)
              You will get only asir (OpenXM version) and kan/sm1.               You will get only asir (OpenXM version) and kan/sm1.
   (cd OpenXM/rc ; make install)
 -------------------------------------------------------------------  -------------------------------------------------------------------
   
 */  */

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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