home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / os2pgp.zip / README.1ST < prev    next >
Text File  |  1995-10-17  |  2KB  |  40 lines

  1. These are the changes you need to make to compile the US version of PGP version
  2. 2.6.2 for OS/2 under IBM's Visual Age C++ compiler. You will need a copy of
  3. PGP from MIT to apply the changes in this package. You will also need a copy
  4. of HDIFF which is on CSERVE. The HDIFF package has two programs in it. The
  5. first is a version of DIFF and the second one is an editor that applies the
  6. changes. The major part of the changes are in the makefiles for the product.
  7.  
  8.  
  9. To compile an OS/2 version of PGP:
  10.  
  11.   1) Get HDIFF from CSERVE.
  12.   2) Install HDIFF/HED  into a directory in your PATH.
  13.   3) Read README.MIT on how to get the US version of PGP from them.
  14.   4) Read and Understand all the information about PGP and the RSA products.
  15.   5) UnZip all the PGP zip files. There are a number of them to unzip.
  16.   6) Move the file in this package named MAKEFILE.RSA into the RSAREF\TEST
  17.      directory. This is the directory the nmake takes place in.
  18.   7) Do an NMAKE in the TEST directory to make the RSAREF.LIB.
  19.   8) Copy the *.CCH and HEDIT.CMD into the PGP's SRC directory. You should
  20.      have for example a PGP.C file and a PGP.CCH file.
  21.   9) Copy the MAKEFILE.PGP into the SRC directory.
  22.  10) Run HEDIT.CMD. This will FIRST turn off the READ-ONLY attrib. The
  23.      original files will be backed up to a *.MAK file.
  24.  11) Run NMAKE on the MAKEFILE.PGP. This should build an OS/2 PGP.EXE.
  25.  12) Save and replace the DOS PGP.EXE in an upper directory. And follow
  26.      the PGP setup installation instructions.
  27.  
  28.  
  29.   NOTE: The makefile uses EXEPACK:2 in the ILINK stage. So this exe
  30.         will be only good under OS/2 3.0 and up.
  31.  
  32.   NOTE: The US version CANNOT BE EXPORTED. And is for your private use only.
  33.  
  34.  
  35.  
  36. Thanks,
  37. Bill Sterner
  38. Here and at sterner@ibm.net
  39.  
  40.