Building the Source
Prev
Next

Building the Source

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

% ./configure
% make
% make install

Since this application uses autoconf and automake you should have no trouble compiling it. Should you run into problems please report them to the TDE mailing lists.

Considerations When Building

It is reasonable that you would want to customize the location of the Quanta Plus files on your system. To this end, autoconf has a number of options that can be passed to the configure script to control this setup. To get a complete listing of these options, type ./configure --help. These are straight forward and will not be covered here.

If you are having trouble with Quanta Plus running properly, you should check your path to ensure that the KDE 3 bin folder is in there. Also, be sure that you do not have any older versions of KDE laying about that appear in PATH before your KDE 3 bin folder. The same holds true for Qt™.

Prev
Next
Home


Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team