===================================================================
RCS file: /home/cvs/OpenXM/doc/install.oxweave,v
retrieving revision 1.30
retrieving revision 1.33
diff -u -p -r1.30 -r1.33
--- OpenXM/doc/install.oxweave	2000/03/17 03:22:01	1.30
+++ OpenXM/doc/install.oxweave	2000/09/05 08:24:34	1.33
@@ -1,4 +1,4 @@
-%% $OpenXM: OpenXM/doc/install.oxweave,v 1.29 2000/03/16 11:37:19 takayama Exp $
+%% $OpenXM: OpenXM/doc/install.oxweave,v 1.32 2000/04/10 02:29:40 takayama Exp $
 OpenXM/doc/install.oxweave
 
 /*&C
@@ -151,36 +151,23 @@ If you use only OpenXM clients, skip (3) and (3').
 */
 
 
-//&C 
-//&jp (4) asir の利用には  key が必要です.  
-//&eg (4) You need a key to use asir.  
-//&C  
-/*&jp 
-    asir の起動時のメッセージまたは OpenXM/lib/asir/asir_key を
-    参照して, key を取得して下さい (数秒しかかかりません).
+/*&C
 
-    Mail の利用ができて, /var/mail の下にメールを着信できれば,
-       /xxx/yyy/OpenXM/rc/fetch_asir_key
-    を実行することにより asir_key を自動で設定できます.
+          FAQ
 
-    FreeBSD の package, Redhat Package manager を利用している
-    場合は, /usr/local/OpenXM/lib/asir/asir_key がすでに存在して
-    いる場合, このファイルは保存されます.
-
 */
+/*&jp
+Q. OpenXM の asir OpenXM client を icon でスタートするには?
+A. 次の行を, .Xdefaults または, xrdb で読み込むファイルに書いておきます.
+*/
 /*&eg
-    Please get the key by following the instruction from asir itself or
-    that in OpenXM/lib/asir/asir_key (it takes only a few seconds
-    to get the key).
+Q. How to start asir OpenXM clients in the iconic mode?
+A. Add the following line to .Xdefaults or a file you read by xrdb.
+*/
+/*&C
 
-    If you can get your mails under /var/mail, you can automatically set
-    your key by executing
-       /xxx/yyy/OpenXM/rc/fetch_asir_key
+       ox_xterm*iconic: on
 
-    If you install the OpenXM package by the pkg_add of FreeBSD or
-    the redhat package manager, the old key file
-    /usr/local/OpenXM/lib/asir/asir_key, if exists,  is saved.
-
 */
 /*&jp
 
@@ -321,6 +308,9 @@ csh を利用している場合, .cshrc で
 set path=(/usr/local/jdk1.1.8/bin $path)
 として, jdk の java, javac をサーチパスにいれます.
 
+jdk の入手先:  FreeBSD  --- package lang の下にあります.
+               Linux    --- 
+
 注意:
 なお, Kaffe 1.0.b4 の java は, class BigInteger に method
 toByteArray が含まれてないため, OpenMath モジュールでは使用できません.
@@ -337,6 +327,10 @@ Bash users put the following line to .bashrc
 PATH=/usr/local/jdk1.1.8/bin:$PATH
 export PATH
 
+
+Where can I get jdk? :  FreeBSD --- jdk is under the package/lang
+                        Linux   --- 
+
 Remark:
 The Java interpreter of Kaffe 1.0.b4 does not contain the method
 toByteArray in the class BigInteger.
@@ -619,30 +613,7 @@ prepare empty shell scripts ptex and nkf.
 /*&C
 
 */
-/*&jp
-  
-  OpenXM_contrib2/asir2000 の配布を受けてない場合 (ソースライセンスを
-  富士通より受ける必要があります),
-  OpenXM/src/Makefile の各モジュール名 たとえば
-   make all-kan96xx
-  などと各モジュール名を指定してコンパイルして下さい.
 
-   または
-   OpenXM/src/asir2000 の Makefile を Makefile.forSkip に置き換えて
-   下さい.
-
-*/
-/*&eg
-  
-  If you cannot get a source liscence of OpenXM_contrib2/asir2000
-  from Fujitsu labs,
-  compile each modules independently, e.g.,
-    make all-kan96xx
-
-  Or, replace Makefile by Makefile.forSkip in OpenXM/src/asir2000.
-
-*/
-
 /*&jp 
 
 [OpenXM 下のファイルの構成メモ]
@@ -725,7 +696,20 @@ Solaris でコンパイルするには, /usr/ccs/bin をサーチパ�
  /usr/ccs/bin must be at the top of the command search path to compile
  on Solaris.
 */
+/*&jp
 
+★ Redhat Linux 6.1 上でのコンパイル
+m4-1.4 と autoconf-2.13 が必要.
+(あらかじめはいっている,  autoconf は 2.12 でありこれは
+ gnuplot の make で不具合を生じます.)
+
+*/
+/*&eg
+***** COMPILE ON Redhat Linux 6.1
+m4-1.4 and autoconf-2.13 are required.
+(Preinstalled autoconf is version 2.12. It causes a trouble when
+ you build gnuplot.)
+*/
 
 /*&C