INSTALL
-------

rsatools was tested under the following platform:
- i386: Linux 2.4.20 (Debian 3.0)

If you have another platform that rsatools works on then write to me at
tom@eggdrop.ch.

Make sure you have the gmp library installed. You can download it from
http://www.swox.com/gmp/. If you use Debian GNU/Linux then simply type:

apt-get install libgmp3 libgmp3-dev

Just type 'make' to compile, 'make install' as root to install it and
'make clean' to clean unnecessary binaries.

Read README before using this program.

To remove rsatools type 'make uninstall'.


FAQ
---

Q: I get the following error when i type 'make':

/usr/bin/ld: cannot find -lgmp
collect2: ld returned 1 exit status
make: *** [rsaencrypt] Error 1

A: Install the gmp library from http://www.swox.com/gmp/.
