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

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