We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mkdir qt-4.8.5 && cd qt-4.8.5 git clone git://gitorious.org/qt/qt.git cd qt ./configure
press o to use the open source licence
o
type yes to accept the licence
yes
Make:
make && sudo make install
or to use 10 cores to build:
make -j10 && sudo make install
.bashrc
export PATH=/usr/local/Trolltech/Qt-4.8.5/bin:$PATH
There was an error while loading. Please reload this page.