///////////////////////////////////////////////////////////////////////////
//                                                                       //
// Readme.txt                                                            //
//                                                                       //
// Copyright (c) 2000 Samopal Corporation.                               //
// All right are all right (tm)                                          //
//                                                                       //
// For news and updates visit http://www.samopal.com/soft/pgpicq/        //
// Email your comments to pgpicq@samopal.com                             //
//                                                                       //
// Free use and distribution of this source code allowed                 //
// under the condition of keeping this header intact.                    //
//                                                                       //
///////////////////////////////////////////////////////////////////////////


A few tips on building the PGP-ICQ project.

First, you'll need MS Visual C++ 6.0 and the PGP source code. 

PGP-ICQ 0.9  uses the PGP 6.5.1i libraries and include files, 
so you should be able  to use the PGP source code from any of 
the above versions (i.e. 6.5.1 or greater). 

Download it from http://www.pgpi.org.

Unzip the PGP source code files to any location of your choice
(for example, c:\pgpsrc) and build the PGP SDK project (which
resides in c:\pgpsrc\libs\pgpcdk\win32) using Visual Studio.

You will need the following DLL and LIB files from those you 
have built:

PGPsdkNL.dll
pgp_sdkUI.dll
pgp_sdk.dll
pgpCL.dll
PGP_SDK.lib
pgp_sdkUI.lib
PGPsdkNL.lib

Now, set up the Visual Studio environment (replace "c:\pgpsrc"
with the actual location of the PGP stuff).

Add the following paths to the list of Include Directories:
c:\pgpsrc\libs\pgpcdk\win32
c:\pgpsrc\libs\pfl\win32
c:\pgpsrc\libs\pfl\common
c:\pgpsrc\libs\pgpcdk\pub\include

Add the locations of PGP's LIB files to the list of Library
Directories (PGP-ICQ project links with PGP_SDK.lib, and
the pgpKeys project links with PGP_SDK.lib, pgp_sdkUI.lib,
and PGPsdkNL.lib).
