Manual Compilation and installation

Manual Compilation and installation

In order to compile and install Kwave on your system, type the following in the base directory of the source distribution:

% cd kwave
% make -f Makefile.dist
% ./configure
% make
% su root -c "make install"

Since Kwave uses autoconf and automake you should have no trouble compiling it. Should you run into problems please report them to the Kwave mailing list.

Note

If you have a system with old Qt-1 libraries you might get problems when compiling. Then you should set the following environment variable to specify the correct paths of your Qt installation and try again:

% export QTDIR=/usr/lib/qt2

KDE Logo