home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / CDR18A24.ZIP / source / HowTo_Compile < prev    next >
Encoding:
Text File  |  1999-08-22  |  1.0 KB  |  51 lines

  1. Cdrecord V1.8a24 for OS/2             22.08.99
  2.  
  3. ##### How to compile #####
  4.  
  5. You need:
  6.  
  7. -Gnu file utils
  8. -Gnu shell utils
  9. -Gnu text utils
  10. -Gnu autoconf 2.12-2
  11. -bash 2.0.266 
  12. -Gnu make 3.75.1
  13. -EMX 0.9d Fix2
  14. -cdrecord source distribution V1.8a24
  15.  
  16. Step by step guide:
  17. ---------------
  18.  
  19. * Install the above utils. Be sure to copy the EMX-stuff (nullstub.exe...)
  20.   from the bash distribution to \emx\bin.
  21.  
  22. * Create a directory 'bin' on the drive with the cdrecord source. Copy
  23.   sh.exe and rm.exe to this dir.
  24.  
  25. * apply the diffs to the following files:
  26.  
  27.   /include/mconfig.h
  28.   /lib/format.c
  29.   /cdda2wav/sndconfig.h
  30.   /misc/readcd.c
  31.   /cdrecord/fifo.c
  32.  
  33. * copy
  34.           i386-os2-gcc.rul
  35.           os-os-2.id
  36.           os-os2.def
  37.   to /rules
  38.  
  39.           Defaults.os2 to /Defaults
  40.  
  41.           scsi-os2.c to /libscg
  42.  
  43. * Run the Rexx-cmd skript in the cdrecord root directory. 
  44.   Make sure to change the path as necessary.
  45.  
  46. * Type 'make' in the bash shell
  47.  
  48. *  Set filehandle to 255:
  49.     emxbind -a cdrecord.exe -h255
  50.  
  51.