Am Sonntag, 19. Oktober 2003 00:20 schrieb Paul: > [...] > > Login as su > > mv qt-x11-free-3.2.2 /usr/local/qt > cd /usr/local/qt > ./configure -thread -fast > make > gmake > > And that's it. > > WARNING : It takes ages!!!!! > > It won't (or shouldn't) break anything and if it does, you only need > to edit out the bits added to /etc/bashrc or .bashrc and you're back > to normal. > > TTFN > > Paul
After a couple of hours I finnished with the 'make' step [...] make[3]: Entering directory `/usr/local/qt/examples/desktop' g++ -c -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/local/qt/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../../include -I/usr/X11R6/include -I/usr/ X11R6/include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/ desktop.o desktop.cpp g++ -Wl,-rpath,/usr/local/qt/lib -o desktop .obj/release-shared-mt/ desktop.o -L/usr/local/qt/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -lqt-mt -lGLU -lGL -lXmu -lXrender -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread make[3]: Leaving directory `/usr/local/qt/examples/desktop' make[2]: Leaving directory `/usr/local/qt/examples' The Qt library is now built in ./lib The Qt examples are built in the directories in ./examples The Qt tutorials are built in the directories in ./tutorial Enjoy! - the Trolltech team make[1]: Leaving directory `/usr/local/qt' debian:/usr/local/qt# make --version GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. Unfortunatly I have no gmake, but qmake installed debian:/usr/local/qt# gmake bash: gmake: command not found debian:/usr/local/qt# qmake Usage: qmake [mode] [options] [files] These are the possible debian packages with gmake: http://packages.debian.org/cgi-bin/ search_contents.pl?word=gmake&searchmode=searchfiles&case=insensitive&version=unstable&arch=i386 wich one should I install on my box? Is it neccessary? /usr/local/qt/examples/demo/demo works, and it shows in the help-browser Qt-3.2.2. Thank you Gerhard
