Amigoplus is now in the ibiblio.org Linux archive.
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.
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.