In order to compile and install KGeo on your system, type the following in the base directory of the KGeo distribution:
% ./configure % make % make install
Since KGeo uses autoconf and automake you should have no trouble compiling it. Should you run into problems please report them to the KDE mailing lists.
You can also reach the author directly at <marc.bartsch@web.de>
If you want to delete KGeo from your system, please type:
% su % Password: % make uninstall