Chapter 2. Installation

You can download the source code of myPGP from our web. The source code contains both the code of the program and the documentation.

Once you have downloaded myPGP from the web or the CVS, you have to compile it. Under any Unix-like enviroment, run configure and make to build the binary executable file, which will be placed in src/mypgp.

You can install the program in your system by running make install. If you want to uninstall the program later, run make uninstall.

If you want to build the documentation (you can also browse it in our web page), type make doc. Then open the file doc/index.html with your web browser.

For furher information, read the INSTALL file in the root directory of the project.