![]() | Compiling and installing the KLFBackend library only |
Prev | Installation |
If you want to install the full KLatexFormula package with user interface, then skip this section. This section is about compiling the backend library only, this if you have KDE or not.
WITH KDE: If you have KDE, then run configure with './configure --disable-klatexformula', then make and make install. That should be enough to compile and install KLFBackend in a KDE environment.
WITHOUT KDE: If you only have Qt, then forget the configure script. Go to directory 'src/klfbackend/' and check out the first few lines of 'klfbackend.pro'. Set, if necessary, correct values to the variables USE_QT4, INSTALLDIR, and LIBRARY_TYPE. Then you can run 'qmake', 'make' and 'make install'. Note you MUST specify QT major version (3 or 4) in variable USE_QT4 in klfbackend.pro (which defaults to Qt 3). The library is installed by default in /usr/local/lib and is called libklfbackend-qt3.a or libklfbackend-qt4.a
Prev | Home | |
Compilation and Installation | Up |