compiling and installing (lib) rmd160

requirements

This library has been designed to be portable and independent of any operating system. However, the installation procedures are UNIX oriented, and have only been tested on Linux. More portable configuration and installation tools will be used in the future. The tested environments are:

download

If you do not already have it, download the RMD160 version 1.2.0 library tarball from here:
http://phil.ipal.org/freeware/rmd160/rmd160-1.2.0.tar.gz
If you download a newer version, read the new documentation instead of this one.

extract

If you have not already done so, extract the RMD160 files from the tarball with this command:
tar -zxvf rmd160-1.2.0.tar.gz

configure

There is no configure script. The provided Makefile will install everything into subdirectories linked through: If you wish to have the files installed elsewhere, you can do one of:

compile

To compile the library, just do:
make

install

If everything has worked up to this point, then you can install the programs, header, and library with the following command:
make install

read

Now that you have RMD160 installed, you will want to read up on how to use it.


The documentation, source code, and derived compilations are Copyright © 1999 by Philip Howard.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License [ GNU copy | local copy ] as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.