PDA

View Full Version : How to use qt3 to compile programs on Knoppix?



grigro
10-12-2003, 04:52 AM
Hi folks,

I am currently trying to learn QT and thereby trying to follow some tutorials online, but I can not get to compile any program correctly (when using QT). KDevelop seems to be designed to program with QT, but this also does not work.

Can anybody
- give me a link to an HOW-TO
or
- tell me which pakets I need to install exactly
- tell me a link to a good qt tutorial using c++ (I know C++ already)
or
- give me any help about how to compile qt3 programs under Knoppix 3.3 ???

Any help appreciated! I already tried google and alltheweb, but i cannot find any answers.

Thank you,
grigro

TheCyberDude
10-12-2003, 09:08 AM
Maybe this will help:


[KDevelop]

apt-get install htdig
apt-get install qt-designer
apt-get install sgml-base
apt-get install kdelibs4-doc
apt-get install sgml-tools

http://www.internettrash.com/users/thecyberdude/TheCyberDude.gif

grigro
10-14-2003, 12:07 AM
Sorry to tell you, but this does not work. The packet "qt-designer" seems to prefer qt-designer 2. But I wanted to use qt3. Using Mandrake everything works flawlessly (till now the only distribution I got to compile qt programs without errors).
But nevertheless: thanks for your help.