Compiling wallyplus requires a standard C++ compiler such as g++. The executable is presently quite small and will run in a limited amount of memory. Wallyplus does not include a GUI, so its compilation does not require any particular toolkit or library.
In order to compile and install wallyplus on your system, type the following in the base directory of the wallyplus distribution:
% ./configure
% make
% make install
Since wallyplus uses autoconf and automake you should have no trouble compiling it. Should you run into problems, please report them to the author at <andrebalsa@hotpop.com>.
Bug reports, contributions and suggestions are welcome.