home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lynx2.8.1dev.10.tar.gz / lynx2.8.1dev.10.tar / lynx2-8 / docs / win-386.announce < prev   
Text File  |  1998-02-13  |  1KB  |  29 lines

  1. Ports have been added for Win32 (95/NT) and 386 DOS computers with a
  2. packet driver.  I created four new defines to accomplish this.
  3.  
  4. _WINDOWS Defined for Win32 specific code (Mostly TCP related)
  5. DJGPP    Defined for 386 specific code (Mostly TCP related)
  6. DOSPATH  Defined for any DOS'ish computer
  7. NOSIGHUP Defined for computers not supporting sighup signal calls.
  8.  
  9. To make the Win32 version you need Borland C++ 4.52 or complete
  10. compatable and the win32.zip package unziped into the lynx directory.
  11. This code expects you to have BC make in your path at the console
  12. prompt and also to be able to compile from the console as well.
  13. I can provide an IDE if needed but did not want to force on into the
  14. standard Lynx package.  Text mode compiling is much faster anyhow (IMHO).
  15. The current default configuration is to have the Character Translation
  16. code linked in.  For this to be successful you need to go into
  17. src\chrtrans and run makew32.  After that you can come back to the
  18. Lynx root and run make -f makefile.w32.
  19.  
  20. The DJGPP version is a little screwy.  You need DJGPP 2.0, the djgpp.zip
  21. package unziped into the lynx directory and some paitence.  I kludged it
  22. to compile with long filenames under Win95 so some fooling around may be
  23. required.  To compile, run djgpp.bat that was extracted from the zip
  24. file.  There is currently a problem with compiling HTML.c and I have
  25. contacted the author of DJGPP for help with getting this port further.
  26.  
  27. Wayne Buttles
  28. lynx-port@fdisk.com
  29.