Next Previous Contents

2. Installation

Randyplus is distributed as source code only. It requires a C++ compiler and POSIX Pthreads. Gcc and glibc were used for development of Randyplus.

2.1 How to obtain Randyplus

Randyplus can be downloaded from the ibiblio.org Linux Archive.

2.2 Requirements

2.3 Compilation and installation

In order to compile and install Randyplus on your system, type the following in the base directory of the Randyplus distribution:

% ./configure
% make
% make install

Since Randyplus uses

autoconf
you should have not trouble compiling it. Should you run into problems please report them to the the author at Andrew D. Balsa


Next Previous Contents