home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / suck-422.zip / README.os2 < prev    next >
Text File  |  1999-12-27  |  990b  |  29 lines

  1. This file contains some notes on compiling the OS/2 version of Suck.
  2. ====================================================================
  3.  
  4. To compile this yourself, you will need EMX/GCC, GNUmake or similar,
  5. and some kind of Unix style shell. I have used KSH which seems pretty
  6. good here although TCSH also works well. 
  7.  
  8. All the above are available from hobbes.nmsu.edu
  9.  
  10. 1) Unzip the sources into the sub-directories contained in the
  11. zipfile. 
  12.  
  13. 2) From your shell your should run "configure". This will create a
  14. Makefile and various other support files.
  15.  
  16. 3) Run "make" to build the executables. There are a few warning
  17. messages during compilation, mainly due to the differences between the
  18. official Suck sources and the EMX environment. I havent fixed these as
  19. I wanted to keep the sources a close to the originals as possible.
  20.  
  21.  
  22. Check out the man pages in the "man" directory for how to install and
  23. run "suck".
  24.  
  25. Enjoy
  26.  
  27. Jeremy Bowen
  28. jeremyb@clear.net.nz
  29. 27/12/99