Next Previous Contents

2. Installation

2.1 How to obtain Amigoplus

Amigoplus is now in the ibiblio.org Linux archive.

2.2 Requirements

Compiling amigoplus requires a standard C++ compiler such as g++. The executable is presently quite small and will run in a limited amount of memory. Amigoplus does not include a GUI, so its compilation does not require any particular toolkit or library.

2.3 Compilation and installation

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

% ./configure
% make
% make install

Since amigoplus uses autoconf and automake you should have no trouble compiling it. Should you run into problems, please report them to the author at <andrebalsa@mailingaddress.org>.

Bug reports, contributions and suggestions are welcome.


Next Previous Contents