![]() | Compilation and Installation |
Prev | Installation | Next |
In order to compile and install KStars on your system, type the following in the base folder of the unpacked KStars distribution:
% ./configure --prefix=$KDEDIR % make % make install
Please don't forget the prefix argument to configure. If your KDEDIR variable isn't set, set prefix to whatever folder KDE is installed in. It's usually either /usr, /opt/kde, or /opt/kde3. Also, make sure you do the last step as root.
KStars uses autoconf and automake, so you should not have trouble compiling it. Should you run into problems please report them to the KStars mailing list <kstars-devel@kde.org>.
Prev | Home | Next |
Requirements | Up | Configuration |