diff options
Diffstat (limited to 'doc/README')
| -rw-r--r-- | doc/README | 34 | 
1 files changed, 23 insertions, 11 deletions
| @@ -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/ | 
