These are the minimal steps to get the PRPNet client running.

1)  Build the prpclient executable by using "make" or by using the prpnet.sln
    project workspace for Visual Studio.

2)  Modify the prpclient.ini and modify the following:
       email=       Your email address.  E-mail will be sent to this address
                    when a number is found to be PRP.
       clientid=    This identifies a specific instance of the client
                    running for the specified e-mail.
       server=      This points to an PRPNet server from which the client
                    will get work.  Some known PRPNet servers and their
                    descriptions can be found in prpnet_servers.txt.
       llrexe=      This is the LLR executable that will be used to perform
                    a PRP test.
       phrotexe=    This is the Phrot execuatable that will be used to perform
                    a PRP test.
       pfgwexe=     This is the PFGW executble that will be used to
                    perform a PRP test or test for GFN divisibility.

    If both llrexe and phrotexe are specified, then llrexe will be used when
    the base is a power of 2 and prp will be used for all other bases.

    Most of the remaining values in prpclient.ini have defaults.  There is
    a description for each in that file that explains what they are used for.

Questions:

What hardware will these programs run on?
    LLR and PFGW will run on any hardware that has an x86 CPU.  That includes Windows,
    Unix, and MacIntel.  Phrot can be compiled and run on any hardware although it
    has only been tested on x86 and PPC.

Where can I get LLR?
    ftp://mersenne.org/gimps/llr371c.zip (Windows)
    ftp://mersenne.org/gimps/llr371clinux.zip (Linux)
    ftp://mersenne.org/gimps/llr371cmac.zip (MacIntel)

    Note: PRPNet only supports the command line version of LLR.

Where can I get Phrot?
    This download includes the source and a Windows build.  The minimal version of
    phrot to use with PRPNet is 0.70.

    http://home.roadrunner.com/~mrodenkirch/phrot_070.zip

Where can I get PFGW?
    You will need have a Yahoo ID to get PFGW.  The file can be downloaded from the
    files section at http://tech.groups.yahoo.com/group/primeform/.
    Note: PRPNet only supports the command line version of PFGW.

