To Compile KGeo on your system, you have to unpack the tar.gz package first:
% tar xzf kgeo-1.0.1.tar.gz
Then, please, change into the KGeo directoroy and enter the configure and make commands:
% cd kgeo-1.0.1 % ./configure % make
After that, please, change into super user mode and install KGeo:
% su % Password: % make install
KGeo uses autoconf and automake, so you should have no trouble compiling the application. Should any problems arise, do not hesitate to contact the author under Marc Bartsch.
If you want to delete KGeo from your system, please type:
% su % Password: % make uninstall