home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / xicon10.zip / xicon10 / INSTALL < prev    next >
Text File  |  1994-01-05  |  1KB  |  35 lines

  1. Install instructions for XIcon:
  2.  
  3.   - Compile XIcon with gcc.  Oh, it might work with some other compiler,
  4.     but I haven't tried...
  5.  
  6.   - For OS/2, I use Eberhard Mattes port of gcc.  You might need to change
  7.     the #ifdef lines that reference __EMX__ if you are using a different
  8.     gcc.
  9.  
  10.   - In ./src, modify the Makefile to suit your system.  Run make to build 
  11.     XIcon.  For more information look in the Makefile.
  12.  
  13.   - If you want to output XPM3 files, you must have 'rgb.txt' in 
  14.     /usr/local/lib/X11.  If you don't have a copy of rgb.txt (it is standard
  15.     in the X11 distribution), you can use the one in ./lib, however, you
  16.     will have to remember to use -R to point to it...
  17.  
  18.   - Caveat: I've been lazy and some of the filenames don't fit in 8.3.  But
  19.     they're all unique in 8.3...
  20.  
  21.   - DOS and OS/2 users who do not already have the EMX runtime installed 
  22.     should unpack and install ./emxrt.zip.  If you already have the EMX
  23.     runtime installed, this step is unnecessary.  Always make sure you 
  24.     are using the most recent EMX runtime, if possible.  This distribution
  25.     includes EMX 0.8h.
  26.  
  27. If you have any questions or problems, feel free to send me email.  I will
  28. help if I can.
  29.  
  30.                                                             norm
  31.                                 <norm@ora.com>
  32.  
  33. (If you add more options, please send them to me to incorporate into the
  34. "standard" distribution).
  35.