Next Previous Contents

2. Installation

2.1 How to obtain Badukiplus

Badukiplus is now in the ibiblio.org Linux archive.

2.2 Requirements

Compiling badukiplus requires a standard C++ compiler such as g++. The executable is presently quite small and will run in a limited amount of memory. Badukiplus 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 badukiplus on your system, type the following in the base directory of the badukiplus distribution:

% ./configure
% make
% make install

Since badukiplus 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