Kyro Linux Tools
Readme Compiling Credits History Installing Running To Do Translating Version

HOW TO USE THE MAKEFILE
  • make release - will make a release build of klt using qt2
  • make releaseqt3 - will make a release build of klt using qt3
  • make klt or make - will make a debug build of klt using qt2
  • make idiomes - will create/update the translations
  • make clean - will erase files created in the compilation

I'M HAVING PROBLEMS WITH THESE, CAN YOU HELP???

Ok, i am not very good at solving compiling problems, the only thing i can help you in, is in modifying the Makefile and telling you the versions of compiler and libraries i use.

I use:
  - g++ 3.2
  - Qt 2.3.2 and Qt 3.0.5

The makefile has some "variables" you may have to change:
  - CC : the C++ compiler used
  - FLAGSDEBUG : the flags used to compile a debug build
  - FLAGCOMPILE : the flag needed by the compiler to compile
  - FLAGLINK : the flag needed by the compiler to link
  - FLAGRELEASE : the flags used to compile a release build
  - QT2 : the path to qt2 libraries
  - QT3 : the path to qt3 libraries
  - MOCPATH2 : the path to the moc executable of qt2
  - MOCPATH3 : the path to the moc executable of qt3
  - QT2INCLUDE : the path to the qt2 includes
  - QT3INCLUDE : the path to the qt3 includes
  - LUPDATE : the path to the lupdate utility
  - LRELEASE : the path to the lupdate utility

lupdate and lrelease come with Qt3, if you only have Qt2 installed, you can dowload a pre-release version of lupdate/lrelease from ftp://ftp.trolltech.com/qt/pre-releases/linguist-pre.tar.gz

--------
Kyro Linux Tools
(c) 2002 - Albert 'TSDgeos' Astals Cid
e-mail: astals11@teleline.es