home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / OpenStep / developer / examples / MultipleNIBs.2.0.w.NT.bs.README < prev    next >
Encoding:
Text File  |  1997-12-12  |  1.2 KB  |  71 lines

  1.  
  2. MultipleNIBs (Shows you how to load NIBs) 
  3. OpenStep Version 2.0 by Eric Tremblay (ericet@cam.org)
  4.  
  5.  
  6. Submitted to:
  7. ftp://next-ftp.peak.org/pub/openstep/submissions
  8.  
  9. Should end up in:
  10. ftp://next-ftp.peak.org/pub/openstep/windows/sourcelibrary
  11.  
  12. Intro:
  13. ======
  14.  
  15. This app will show you how to load NIB files into your application.
  16.  
  17.  
  18.  
  19. INSTALLATION:
  20. ============
  21.  
  22. WINNT:
  23.  
  24. 1. Unpack the software distribution
  25.  
  26.     a. open a "Bourne Shell" window
  27.     b. change directory to location of distribution, for example, C:\temp
  28.         cd C:\temp
  29.     c. gunzip the distribution:
  30.         gunzip TheApp.w.NT.bs.tar.gz
  31.     d. untar the resulting uncompressed file:
  32.         tar xvf TheApp.w.NT.bs.tar
  33.  
  34.  
  35. The Package:
  36. ============
  37.  
  38.  
  39. Version 2.0 comes complete in a tar.gz package.
  40. Which includes:
  41.  
  42.  - MultipleNIBs.app binary for OpenStep Intel for Windows NT
  43.  
  44.  - README.TXT  This file
  45.  
  46.  - Nebula.rtfd Information about the Nebula CDROM
  47.  
  48.  - Includes Full Source Code
  49.  
  50.  - Intel Windows NT binaries
  51.  
  52.  
  53. Compiling:
  54. ==========
  55.  
  56. This version includes all the source code necessary to recompile 
  57. the program from scratch on OpenStep 4.0 or above. 
  58.  
  59.  
  60. CONTACT INFO:
  61. =============
  62.  
  63. Comments and suggestions are welcomed:
  64.  
  65. E-mail:    ericet@cam.org
  66.    WWW:    http://www.cam.org/~ericet 
  67.  
  68.  
  69.  
  70.  
  71.