home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / lynx272o.zip / readme.os2 < prev    next >
Text File  |  1998-02-07  |  992b  |  27 lines

  1. Lynx 2.7.2 compiled with emx gcc 2.7.2.1 and requires emx runtime 0.9c fix #4.
  2. if you've not installed emx runtime yet, 
  3. get it from ftp://ftp.leo.org/pub/comp/os/os2/leo/gnu/emx+gcc/emxrt.zip
  4.          or ftp://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9c/emxrt.zip
  5.  
  6. based on McBrayer's Lynx 2.7.1 port
  7. http://studentweb.tulane.edu/~jmcbray/lynx/
  8.  
  9. Lynx is Unix program and it was compiled using ncurses library,
  10. so you should install terminfo terminal emulation library to get it working.
  11. copy terminfo/* to c:/tcpip/etc/terminfo/*
  12. and setup following environment variables in config.sys:
  13.  
  14. SET TERM=ansi-color-2
  15. SET TERMINFO=c:/tcpip/etc/terminfo
  16.  
  17. global lynx config file is %lynx_cfg% (default is c:/mptn/etc/lynx.cfg)
  18. local lynx config file is %home%/.lynxrc
  19. to get them available, add following lines to you config.sys:
  20.  
  21. SET HOME=c:/tcpip/etc
  22. SET LYNX_CFG=c:/tcpip/etc/lynx.cfg
  23.  
  24. Lynx sources are available on http://lynx.browser.org
  25.  
  26. compiled by venus (venus@tpi.ac.ru)
  27.