home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / iv31pm.zip / ivos2.zip / iv / README.OS2 < prev   
Text File  |  1993-06-07  |  2KB  |  83 lines

  1.  
  2. This package contains the OS/2 port of InterViews 3.1
  3.  
  4. Filelist
  5. --------
  6. tar.exe.Z                  GNU tar for OS/2
  7. gzip.exe                   GNU zip for OS/2
  8. ivos2.tar.Z                interviews for OS/2
  9. ovres.dll                  dll used by innterviews for OS/2
  10. diskacc.dll                dll used by tar.exe
  11.  
  12. Contents
  13. --------
  14.  
  15. iv\installed\ivos.lib      OS/2 Operating System dependant code
  16. iv\installed\ivpm.lib      Presentation Manager interface library
  17. iv\src\lib\Interviews      Interviews 3.1 source tree
  18. iv\src\lib\iv-2_6          InterViews 2.6 source tree
  19. iv\src\include             Interviews include files(excluding X11)
  20. iv\src\examples            Sample programs with Borland C++ specific Makefiles
  21.  
  22. System requirement
  23. ------------------
  24.  
  25. OS/2 2.0 with patches
  26.  
  27. Borland C++ for OS/2
  28.  
  29. HPFS drive for source file installation
  30.  
  31. Installation
  32. ------------
  33.  
  34. Interviews for OS/2 is distributed in GNU ZIP compressed tar format.
  35.  
  36. 1. copy ovres.dll and diskacc.dll to a directory on your libpath. diskacc.dll
  37. is used by tar.exe
  38.  
  39. 2. unzip tar.zip and ivos2.zip
  40.  
  41.    gzip -d tar.exe
  42.    gzip -d ivos2.tar
  43.  
  44. 3. untar ivos2.tar
  45.  
  46.    tar xf ivos2.tar
  47.  
  48. 4. Modify IV\MAKEFILE.INC to suit your environment. Specifically you need to
  49. setup the following:
  50.  
  51.  
  52. 4.1 - INSTALL_LIB_PATH - This specifies location of InterViews libraries to
  53. Turbo linker. You can give it a full path name if required. The default is
  54. \IV\INSTALLED directory on current drive
  55.  
  56.  
  57. 4.2 CCDRIVE - The drive where your Borland compiler is installed. Defaults to H:
  58.  
  59.  
  60. 4.3 CCDIR - The directory name of Borland compiler. Defaults to BCOS2
  61.  
  62.  
  63. 5. From iv directory, enter MAKE -f MAKEFILE.BCC
  64.  
  65. 6. For debugging, add -DDEBUG=1 to above make command line
  66.  
  67. 7. Add the variable IV_HOME to your environment. This should point to
  68. iv directory on the drive you installed interviews.
  69.  
  70. for example:
  71.  
  72. SET IV_HOME=C:\IV
  73.  
  74.  
  75. Terminating Sample Application
  76. ------------------------------
  77.  
  78. Sample programs can be terminated from task manager menu.
  79.  
  80.  
  81. For further information, contact lahooti@linkline.demon.co.uk
  82.  
  83.