diff options
Diffstat (limited to '')
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | doc-jp/README | 30 | ||||
| -rw-r--r-- | doc/README | 34 | 
3 files changed, 49 insertions, 22 deletions
| @@ -1,3 +1,8 @@ +2003-04-09  Fumitoshi UKAI  <ukai@debian.or.jp> + +	* [w3m-dev 03864] doc/README +	* doc/README doc-jp/README: update +  2003-04-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>  	* [w3m] local cookie string is too easy to guess. @@ -7704,4 +7709,4 @@ a	* [w3m-dev 03276] compile error on EWS4800  	* release-0-2-1  	* import w3m-0.2.1 -$Id: ChangeLog,v 1.817 2003/04/08 16:01:37 ukai Exp $ +$Id: ChangeLog,v 1.818 2003/04/08 16:19:59 ukai Exp $ diff --git a/doc-jp/README b/doc-jp/README index d1eaf92..64ff8a2 100644 --- a/doc-jp/README +++ b/doc-jp/README @@ -29,7 +29,7 @@        SunOS 4.1.x        HP-UX 9.x, 10.x        Solaris 2.5.x, 2.6, 8 -      Linux 2.0.30 +      Linux 2.0.*/2.2.*/2.4.*        FreeBSD 2.2.8, 3.1, 3.2, 4.6        NetBSD/macppc, m68k        EWS4800 Rel.12.2 Rev.A @@ -45,11 +45,23 @@  インストールをするには,次のようにします. -  2.1 configure を実行する.いくつか質問されるので,それに答えます. +  - GC library (6.1より新しいもの?)をインストールしておきます。 +    GC library は  +     http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ +    から入手できます。 -  2.2 make を実行 +    GC library 6.1を使っている場合は gc.h を PREFIX/include に +    インストールしておく必要があります。 +	 # cp gc-6.1/include/gc.h PREFIX/include -  2.3 make install を実行 +  - configure を実行する. +    % ./configure + +  - make を実行 +    % make + +  - make install を実行 +    # make install  以上でインストールは終わりです. @@ -89,10 +101,6 @@ Windows  w3m の著作権は,伊藤彰則に属しています.  (C) Copyright 1994-2002 by Akinori Ito -添付ライブラリのうち,Boehm GC library の著作権は Hans-J. Boehm, -Alan J. Demers および Xerox Corporation, Silicon Graphics に属し -ています. -  4. 配布条件  このソフトウェアによって利用者または第三者が何らかの被害を受けた @@ -102,9 +110,11 @@ Alan J. Demers および Xerox Corporation, Silicon Graphics に属し  5. 作者 -ご意見,ご感想を作者までお寄せください. -  	山形大学工学部電子情報工学科  	伊藤 彰則  	aito@fw.ipsj.or.jp + +ご意見,ご感想をMLまでお寄せください. +	w3m-dev@mi.med.tohoku.ac.jp (日本語) +	w3m-dev-en@mi.med.tohoku.ac.jp (英語)  	http://w3m.sourceforge.net/ @@ -25,7 +25,7 @@ w3m is known to work on these platforms.        SunOS4.1.x        HP-UX 9.x, 10.x        Solaris2.5.x -      Linux 2.0.30 +      Linux 2.0.*/2.2.*/2.4.*        FreeBSD 2.2.8, 3.1, 3.2, 4.6        NetBSD/macppc, m68k        EWS4800 Rel.12.2 Rev.A @@ -39,11 +39,24 @@ w3m is known to work on these platforms.  2. Installation -Follow these instructions to install w3m. +Follow these instructions to install w3m.   -2.1 Run configure. The script will ask you a few questions. Answer them. -2.2 do make -2.3 do make install + - You need latest version of GC library (at least 6.1?). +   You can get GC libbrary from  +   http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ + +   Note: if you're using GC library 6.1, you should install gc.h  +   to PREFIX/include: +	# cp gc-6.1/include/gc.h PREFIX/include + + - Run configure. +   % ./configure + + - do make +   % make + + - do make install +   # make install  MACHINE/OS specific notices: @@ -76,9 +89,6 @@ Windows    (C) Copyright 1994-2002 by Akinori Ito. -  Hans J. Boehm, Alan J. Demers, Xerox Corp. and Silicon Graphics -  have the copyright of the GC library comes with w3m package. -  4. License    Use, modification and redistribution of this software is hereby granted,  @@ -90,12 +100,14 @@ Windows    limited to warranty of fitness of purpose, or merchantability, or    results obtained from use of this software. -  5. Author -Feel free to send your opinion to the author. - +Initial author:  	Akinori Ito  	Faculty of Engineering, Yamagata University  	aito@fw.ipsj.or.jp + +Feel free to send your opinion to the w3m mailing-lists. +	w3m-dev@mi.med.tohoku.ac.jp (Japanese) +	w3m-dev-en@mi.med.tohoku.ac.jp (English)  	http://w3m.sourceforge.net/ | 
