Qt 3.1-nél az install:
1. Unpack the archive if you have not done so already:
cd /usr/local
gunzip qt-x11-3.1.0.tar.gz # uncompress the archive
tar xf qt-x11-3.1.0.tar # unpack it
This creates the directory /usr/local/qt-3.1.0 containing the
files from the main archive.
Rename qt-3.1.0 to qt (or make a symlink):
mv qt-3.1.0 qt
A ~/.profile file tartalma: (Nálam /root/.profile)
QTDIR=/usr/local/qt
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR PATH MANPATH LD_LIBRARY_PATH
A kiadandó parancsok:
./configure
make
make install
legutóbbi hsz