diff options
Diffstat (limited to '')
| -rw-r--r-- | doc-jp/README | 5 | ||||
| -rw-r--r-- | doc-jp/README.cygwin | 27 | ||||
| -rw-r--r-- | doc/README | 5 | ||||
| -rw-r--r-- | doc/README.cygwin | 18 | 
4 files changed, 8 insertions, 47 deletions
| diff --git a/doc-jp/README b/doc-jp/README index ec1f595..f17d995 100644 --- a/doc-jp/README +++ b/doc-jp/README @@ -78,7 +78,10 @@ OS/2  	ので,モノクロ用にコンパイルした方が良いでしょう.  Windows -	README.cygwin をごらんください. +	Windows で w3m を動かすためには,Windows 上の UNIX互換環境 +	である Cygwin(開発環境付き)が必要です.Cygwinに関する情報は +	http://sources.redhat.com/cygwin/ を参照してください. +	http://www.page.sannet.ne.jp/knabe/w3m/w3m.html も大変参考になります。  3. 著作権 diff --git a/doc-jp/README.cygwin b/doc-jp/README.cygwin deleted file mode 100644 index 08b01cf..0000000 --- a/doc-jp/README.cygwin +++ /dev/null @@ -1,27 +0,0 @@ -***Windows で w3m を動かすには*** - -Windows で w3m を動かすためには,Windows 上の UNIX互換環境である Cygwin32 -(開発環境付き)が必要です.Cygwin32 に関する情報は http://sourceware.cygnus.com/cygwin/ -から手に入ります. - -コンパイルするには, - -  sh configure - -を実行してから make します.実行前に, - -  TERM=ansi; export TERM - -を実行しておくとよいらしいです. - -以下は,Cygwin32 で w3m を動かした場合の問題点です. -[上田さん(ueda@iias.flab.fujitsu.co.jp)より] - -Known Bugs: -cygwin32 で、ローカルファイルをブックマークにしようとすると、URLが化け -て file://c:540390910/path あるいは、file://C//c/path のようになってし -まい、正しく参照することができなくなる。 -登録時に file:////c/path のように直して登録することで解決できる。 - -原因: cygwin32 ではファイル名は //ドライブ名/パス で表されるが、これを  -loadGeneralFile() で読み込む時にurl を間違えて解釈するため。 @@ -68,7 +68,10 @@ OS/2  	color capability.  Windows -	See README.cygwin. +	To compile w3m on MS-Windows, you have to use Cygwin with +	development tools. +	You can get it from http://sourceware.cygnus.com/cygwin/ . +	  3. Copyright diff --git a/doc/README.cygwin b/doc/README.cygwin deleted file mode 100644 index b00545c..0000000 --- a/doc/README.cygwin +++ /dev/null @@ -1,18 +0,0 @@ -***How to compile w3m on Windows*** - -To compile w3m on MS-Windows, you have to use Cygwin32 with development -tools. You can get it from http://sourceware.cygnus.com/cygwin/ . - -After installing Cygwin32, what you have to do first is - -  TERM=ansi; export TERM -  sh configure - -and - -  make - - -Known Bugs: - -Local file with drive letter (//C/zonk.html) can't be handled correctly. | 
