home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / utils / mkisofs-1.000 / mkisofs-1.11-beos / README.BeOS < prev    next >
Text File  |  1998-01-26  |  568b  |  22 lines

  1. Here's a quick port of mkisofs; this will let you create an ISO-9660
  2. filesystem suitable for writing to a CD-ROM.
  3.  
  4. Now all we need is CD burning software.
  5.  
  6. How to Build
  7.  
  8. 1) take the original sources
  9. 2) apply the patches in BeOS.diffs (patch -l < BeOS.diffs)
  10. 3) configure with:
  11.  
  12.    CC=mwcc CFLAGS="-O7 -rostr" ./configure --verbose --without-gcc \
  13.    --prefix=/boot/home/config
  14.  
  15. 4) make
  16.  
  17. Ported in 16 minutes (I was cooking dinner :-), with only one silly
  18. bug (if you allocate a buffer, you should de-allocate it when you're done).
  19.  
  20. - Chris Herborth
  21.   (chrish@qnx.com)
  22.