Next Previous Contents

2. Installation

Randyplus is distributed as source code only. Compilation is required.

2.1 How to obtain Randyplus

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

2.2 Requirements

Randyplus requires a C++ compiler and POSIX Pthreads compliant library (glibc includes linuxthreads). Gcc 3.2 and glibc were used for the development of Randyplus.

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
and
automake
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