Compilation and installation
Prev
Next

Compilation and installation

In order to compile and install Kapitalist on your system, login as root and type the following in the base directory of the unpacked source distribution:

% ./configure
% make
% make install

Since Kapitalist uses autoconf and automake you should have not trouble compiling it. If you don't like to install Kapitalist to /usr/local/kde, which is the default location, you should use the --prefix option of configure:

% ./configure --prefix=/your/location

Please install Kapitalist to a location where KDE searches for icons, pixmaps and XMLGUI files, otherwise menus, toolbars and the pixmaps on the board will not be correctly displayed. A good choice is /usr or /opt/kde3 (depending on your distribution).

Should you run into problems please report them to the author.

Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team