lynx-2.7.2.zipのinstall (98/01/05) 1) 展開 $ cp lynx-2-7-2.zip ~/src $ cd ~/src $ unzip lynx-2-7-2.zip $ cd lynx-2-7-2 2) make & install $ make linux-ncurses $ su # make install 3) help fileを/usr/local/libにcopy # cp -r lynx_help /usr/local/lib 4) /usr/local/lib/lynx.cfgを修正 STARTFILE:http://alice.nisoc.org/ HELPFILE:file://localhost/usr/local/lib/lynx_help/lynx_help_main.html CHARACTER_SET:Japanese (EUC) 5) $HOME/.lynxrcを作る。(lynxを立ち上げて、optionで作られる) bookmark_file=.lynx_bookmarks.html personal_mail_address=shioji@on.rim.or.jp character_set=Japanese (EUC) vi_keys=off emacs_keys=on