diff options
Diffstat (limited to 'doc/html/install-mac.html')
-rw-r--r-- | doc/html/install-mac.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/install-mac.html b/doc/html/install-mac.html index 44a8a5cc4..afa1f9933 100644 --- a/doc/html/install-mac.html +++ b/doc/html/install-mac.html @@ -53,7 +53,7 @@ files from the main archive. depending on your shell) in your home directory. Create the file if it is not there already. <p> <ul> -<li> QTDIR -- the directory in which you're building TQt +<li> TQTDIR -- the directory in which you're building TQt <li> PATH -- to locate the <a href="moc.html#moc">moc</a> program and other TQt tools <li> MANPATH -- to access the TQt man pages <li> LD_LIBRARY_PATH -- for the shared TQt library @@ -62,20 +62,20 @@ file if it is not there already. <p> In <tt>.profile</tt> (if your shell is bash, ksh, zsh or sh), add the following lines: <p> <pre> - 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 </pre> <p> In <tt>.login</tt> (in case your shell is csh or tcsh), add the following lines: <p> <pre> - 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 </pre> <p> After you have done this, you will need to login again, or @@ -87,7 +87,7 @@ the tutorial and the tools (e.g. <a href="designer-manual.html">TQt Designer</a>) as follows. <p> Type: <pre> - cd $QTDIR + cd $TQTDIR ./configure </pre> @@ -108,8 +108,8 @@ libraries in a directory where they can be found. We recommend making these symbolic links (if you have configured TQt with -thread please change the libtqt below with libtqt-mt): <p> <pre> - 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 </pre> <p> You may need to have 'administrator' access to do this, (in which @@ -120,14 +120,14 @@ a user install (rather than system install) of the libraries you can do (if you have configured TQt with -thread please change the libtqt below with libtqt-mt): <p> <pre> - 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 </pre> </ol> <p> That's all! TQt is now installed. TQt's documentation can be read with TQt Assistant or by any web browser; the contents page is -<tt>$QTDIR/doc/html/index.html</tt>. +<tt>$TQTDIR/doc/html/index.html</tt>. <p> <!-- eof --> <p><address><hr><div align=center> |