home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / GNU / recode-3.4-MIHS / src / README.DOS < prev    next >
Encoding:
Text File  |  1994-01-18  |  1.0 KB  |  22 lines

  1. GNU recode has been ported to smallish MSDOS systems, using Borland's
  2. C compiler huge memory model.  At site ftp.iro.umontreal.ca in
  3. directory pub/gnuish, fetch reco34ax.zoo, or such, for an all-ready
  4. executable, and reco34as.zoo for sources and documentation.
  5.  
  6. Here is my own installation recipe.  On the UNIX side, I got Larry
  7. Wall's Perl (I'm running 4.019) and Rahul Dhesi's Zoo 2.1.  On the
  8. MSDOS side, I got Rahul Dhesi's Zoo 2.1, Thorsten Ohl's port of GNU
  9. make and Borland's Turbo C++ 1.0 system.
  10.  
  11. 1.  On UNIX, configure recode right in the distribution directory.
  12. 2.  Execute `make distdos'.  This should create reco34as.zoo, or such.
  13. 3.  Move the zoo archive to the MSDOS side.
  14. 4.  On MSDOS, create a directory, cd to it and unpack the zoo file.
  15. 5.  Execute `make'.  This should produce recode.exe.
  16. 6.  Make reco34ax.zoo out of readme{,.dos}, copying, recode.{inf,exe}.
  17.  
  18. Even if GNU recode is free software, it is copyrighted.  See COPYING.
  19. In particular, make the full source available where the binaries are.
  20.  
  21.             Francois Pinard <pinard@iro.umontreal.ca>
  22.