home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 004.lha / Dpaintx_source / README < prev    next >
Encoding:
Text File  |  1986-03-02  |  935 b   |  43 lines

  1. This is a list of the fines in this arc.
  2.  
  3.   dpaintx                          dpaintx.c
  4.   IFF.h                            iffr.c
  5.   ILBM.h                           ilbmr.c
  6.   link                             make
  7.   PACKER.h                         unpacker.c
  8.  
  9.  
  10. The way I usually set up my system is to put the "C-DEVEL" disk into 
  11. drive 1.  The disk in drive 0 is a standard workbench disk with all
  12. unnessesary stuff deleted.  I put two more directories on it called
  13. IFF and WORK
  14.  
  15. IFF.h
  16. ILBM.h
  17. PACKER.h
  18.  
  19. should be placed in the IFF directory
  20.  
  21. dpaintx.c
  22. iffr.c
  23. ilmbr.c
  24. link
  25. make
  26. unpacker.c
  27.  
  28. should be placed in the WORK directory
  29.  
  30. Rename (Relabel) the disk in drive 0 to IFF_Workbench
  31.  
  32. type the following
  33.  
  34. CD IFF_WorkBench:WORK
  35. EXECUTE MAKE IFFR
  36. EXECUTE MAKE ILBMR
  37. EXECUTE MAKE UNPACKER
  38. EXECUTE MAKE DPAINTX
  39. EXECUTE LINK
  40.  
  41. If all went well you should have created a dpaintx file for viewing
  42. IFF pictures (HAM format too) and IFF brushes.
  43.