summaryrefslogtreecommitdiffstats
path: root/doc/html/install-mac.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:18:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:18:50 +0900
commit9f5d59f33644aaadd7af43db86734a3294250a02 (patch)
tree4a15ec2d023078bbee1a5b00dfb02e72972d0cd3 /doc/html/install-mac.html
parentff63338d189a49a16b29a503ba23727cfa7e2e66 (diff)
downloadtqt3-9f5d59f33644aaadd7af43db86734a3294250a02.tar.gz
tqt3-9f5d59f33644aaadd7af43db86734a3294250a02.zip
qt -> tqt conversion:
qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 c8eed6fbe..44a8a5cc4 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>