diff options
Diffstat (limited to 'doc/installation.doc')
-rw-r--r-- | doc/installation.doc | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/doc/installation.doc b/doc/installation.doc index dfc5539cd..223ccc999 100644 --- a/doc/installation.doc +++ b/doc/installation.doc @@ -83,7 +83,7 @@ where you choose to install Qt. file if it is not there already. \list - \i QTDIR -- the directory in which you're building Qt + \i TQTDIR -- the directory in which you're building Qt \i PATH -- to locate the moc program and other TQt tools \i MANPATH -- to access the TQt man pages \i LD_LIBRARY_PATH -- for the shared TQt library @@ -95,25 +95,25 @@ where you choose to install Qt. following lines: \code - QTDIR=/usr/local/qt - PATH=$QTDIR/bin:$PATH - MANPATH=$QTDIR/man:$MANPATH - LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH + TQTDIR=/usr/local/qt + PATH=$TQTDIR/bin:$PATH + MANPATH=$TQTDIR/man:$MANPATH + LD_LIBRARY_PATH=$TQTDIR/lib:$LD_LIBRARY_PATH - export QTDIR PATH MANPATH LD_LIBRARY_PATH + export TQTDIR PATH MANPATH LD_LIBRARY_PATH \endcode In \c .login (in case your shell is csh or tcsh), add the following lines: \code - setenv QTDIR /usr/local/qt - setenv PATH $QTDIR/bin:$PATH - setenv MANPATH $QTDIR/man:$MANPATH - setenv LD_LIBRARY_PATH $QTDIR/lib:$LD_LIBRARY_PATH + setenv TQTDIR /usr/local/qt + setenv PATH $TQTDIR/bin:$PATH + setenv MANPATH $TQTDIR/man:$MANPATH + setenv LD_LIBRARY_PATH $TQTDIR/lib:$LD_LIBRARY_PATH \endcode After you have done this, you will need to login again, or - re-source the profile before continuing, so that at least \c $QTDIR + re-source the profile before continuing, so that at least \c $TQTDIR is set. The installation will give an error message and not proceed otherwise. @@ -210,7 +210,7 @@ the directories where you choose to install Qt. file if it is not there already. \list - \i QTDIR -- the directory in which you're building Qt + \i TQTDIR -- the directory in which you're building Qt \i PATH -- to locate the moc program and other TQt tools \i MANPATH -- to access the TQt man pages \i LD_LIBRARY_PATH -- for the shared TQt library @@ -222,21 +222,21 @@ the directories where you choose to install Qt. following lines: \code - QTDIR=/Developer/qt - PATH=$QTDIR/bin:$PATH - MANPATH=$QTDIR/man:$MANPATH - DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH + TQTDIR=/Developer/qt + PATH=$TQTDIR/bin:$PATH + MANPATH=$TQTDIR/man:$MANPATH + DYLD_LIBRARY_PATH=$TQTDIR/lib:$DYLD_LIBRARY_PATH - export QTDIR PATH MANPATH DYLD_LIBRARY_PATH + export TQTDIR PATH MANPATH DYLD_LIBRARY_PATH \endcode In \c .login (in case your shell is csh or tcsh), add the following lines: \code - setenv QTDIR /Developer/qt - setenv PATH $QTDIR/bin:$PATH - setenv MANPATH $QTDIR/man:$MANPATH - setenv DYLD_LIBRARY_PATH $QTDIR/lib:$DYLD_LIBRARY_PATH + setenv TQTDIR /Developer/qt + setenv PATH $TQTDIR/bin:$PATH + setenv MANPATH $TQTDIR/man:$MANPATH + setenv DYLD_LIBRARY_PATH $TQTDIR/lib:$DYLD_LIBRARY_PATH \endcode After you have done this, you will need to login again, or @@ -251,7 +251,7 @@ the directories where you choose to install Qt. Type: \code - cd $QTDIR + cd $TQTDIR ./configure \endcode @@ -274,8 +274,8 @@ the directories where you choose to install Qt. please change the libtqt below with libtqt-mt): \code - ln -sf $QTDIR/lib/libtqt.3.dylib /usr/lib - ln -sf $QTDIR/lib/libtqui.1.dylib /usr/lib + ln -sf $TQTDIR/lib/libtqt.3.dylib /usr/lib + ln -sf $TQTDIR/lib/libtqui.1.dylib /usr/lib \endcode You may need to have 'administrator' access to do this, (in which @@ -288,13 +288,13 @@ the directories where you choose to install Qt. below with libtqt-mt): \code - ln -sf $QTDIR/lib/libtqt.3.dylib $HOME/lib - ln -sf $QTDIR/lib/libtqui.1.dylib $HOME/lib + ln -sf $TQTDIR/lib/libtqt.3.dylib $HOME/lib + ln -sf $TQTDIR/lib/libtqui.1.dylib $HOME/lib \endcode \endlist That's all! TQt is now installed. Qt's documentation can be read with Qt Assistant or by any web browser; the contents page is -\c $QTDIR/doc/html/index.html. +\c $TQTDIR/doc/html/index.html. */ |