summaryrefslogtreecommitdiffstats
path: root/doc/html/install-mac.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/install-mac.html')
-rw-r--r--doc/html/install-mac.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/install-mac.html b/doc/html/install-mac.html
index c8eed6fb..44a8a5cc 100644
--- a/doc/html/install-mac.html
+++ b/doc/html/install-mac.html
@@ -106,9 +106,9 @@ configured with the -static option, then in order to be able to
launch TQt applications from the Finder you must place the relevant
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 libqt below with libtqt-mt):
+please change the libtqt below with libtqt-mt):
<p> <pre>
- ln -sf $QTDIR/lib/libqt.3.dylib /usr/lib
+ ln -sf $QTDIR/lib/libtqt.3.dylib /usr/lib
ln -sf $QTDIR/lib/libtqui.1.dylib /usr/lib
</pre>
@@ -117,10 +117,10 @@ case, precede each command with <tt>sudo'</tt>, e.g. <tt>sudo ln -s ...</tt>). I
you use sudo you'll be prompted for the administrator password.
<p> If you do not have administrator access, or you would prefer to do
a user install (rather than system install) of the libraries you
-can do (if you have configured TQt with -thread please change the libqt
+can do (if you have configured TQt with -thread please change the libtqt
below with libtqt-mt):
<p> <pre>
- ln -sf $QTDIR/lib/libqt.3.dylib $HOME/lib
+ ln -sf $QTDIR/lib/libtqt.3.dylib $HOME/lib
ln -sf $QTDIR/lib/libtqui.1.dylib $HOME/lib
</pre>