home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / armsdk20.zip / armsdk.exe / README.UX < prev   
Text File  |  1997-11-19  |  3KB  |  71 lines

  1.                      Application Response Measurement - Readme
  2.  
  3.  
  4. This file contains information on how to install the Application Response 
  5. Measurement (ARM) and on how  to print the armsdk document.
  6.  
  7. To print the armsdk document:
  8.    On a Personal Computer:
  9.       For PCL printers
  10.         copy [filename] [printer name] /b  
  11.         eg: copy armsdk.pcl lpt1 /b
  12.       For postscript printers
  13.         copy [filename] [postscript printer name] /b  
  14.         eg: copy armsdk.ps lpt2 /b
  15.  
  16.    On Unix systems:
  17.       Issue a print command and specify raw option (binary) and 
  18.       postscript option for .ps file.
  19.       eg: lp -d[postscript printer] -ops armsdk.ps    or
  20.           lp -d[printer name] -oraw armsdk.pcl
  21.  
  22.  
  23. NOTE: Please read the license file on the CD before installing the software.
  24.  
  25.  
  26. Installing the Files:
  27.  
  28. To get started, you need to install the SDK files on your system.  The 
  29. installation process installs the appropriate NOP shared library, the header 
  30. file, the shared library source, documentation files and sample program files 
  31. for your system.
  32.  
  33. The install utility prompts you for a directory where the source files and 
  34. libraries can be copied. 
  35.  
  36. For Unix systems:
  37. 1. Place the CD-ROM in the drive and mount the CD-ROM device onto your system.
  38. 2. cd <mount directory>
  39. 3. ./install (or ./INSTALL for HP-UX)
  40.    then follow the prompts in the install process.
  41.  
  42.    If the libarm.* shared library exists in the default directory, the install 
  43.    utility will not install the library.  This is so the installation will not 
  44.    overlay an installation of one of the measurement product's libraries.  
  45.    Install will not copy the library to the default (/usr/lib) directory if 
  46.    the directory is not writable by the user.
  47.  
  48. For OS/2, Windows NT, or Windows95 systems:
  49. 1. Place the CD-ROM in the drive
  50. 2. Create a DOS window
  51. 3. Change the current drive to the CD-ROM drive
  52. 4. INSTALL <drive letter:\install dir>
  53.        where <driver letter> is the drive letter and <install dir> is the
  54.        directory path for the location of where to install the SDK.  Install
  55.        will put the files into a directory called ARM_SDK under the 
  56.        <install directory> specified.
  57.  
  58. 5. Copy the LIBARM*.DLL to the standard location for the platform.  Do not 
  59.    copy the library if the library already exists in the destination directory.
  60.      OS/2:
  61.        copy <install dir>\ARM_SDK\LIB\OS2\LIBARM.DLL $os2dir$\DLL\LIBARM.DLL
  62.  
  63.      Windows95/Windows NT:
  64.        copy <install dir>\ARM_SDK\LIB\WIN95_NT\LIBARM32.DLL 
  65.                                                 $windir$\SYSTEM32\LIBARM32.DLL
  66.  
  67. NOTE: The arm.lst file on the CD-ROM contains a detailed listing of all the 
  68. files on the CD-ROM.
  69.  
  70.  
  71.