PDA

View Full Version : Installing QT4.1



impeteperry
2nd February 2006, 20:23
I running Ubuntu linux
I have some Qt3 programs.
I have downloaded OpenSource version of Qt4.1.0
I have successufful run "make".
Now the " INSTALLING Qt/X11 Version 4.1.0" says type
"su -c "make install".
As I am running Ubuntu I typed
"sudo -c "make install".
I get

pete@newCompaq:/tmp/qt-x11-opensource-src-4.1.0$ sudo -c "make install"
sudo: illegal option `-c'
usage: sudo -K | -L | -V | -h | -k | -l | -v
usage: sudo [-HPSb] [-p prompt] [-u username|#uid]
{ -e file [...] | -i | -s | <command> }

The instructions says that by default "Qt" will be loaded into /usr/local/Troll.......
I look in "/usr/local/" for "Trolltech/...." . it isn't there.

Any help would be much appreciated

pete

jacek
2nd February 2006, 20:56
Now the " INSTALLING Qt/X11 Version 4.1.0" says type
"su -c "make install".
As I am running Ubuntu I typed
"sudo -c "make install".
Either use su, like the docs say, or try:sudo make install