version 1.42, 2001/12/20 03:44:10 |
version 1.44, 2001/12/21 00:33:50 |
|
|
%% $OpenXM: OpenXM/doc/install.oxweave,v 1.41 2000/12/22 02:07:55 takayama Exp $ |
%% $OpenXM: OpenXM/doc/install.oxweave,v 1.43 2001/12/20 04:52:07 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 from the source code --- |
(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) |
------------------------------------------------------------------- |
------------------------------------------------------------------- |
|
|
*/ |
*/ |