summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL24
1 files changed, 12 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index 92baa969..ea498f9f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,7 @@ the directories where you choose to install Qt.
mv qt-x11-free-3.3.8 qt
- The rest of this file assumes that Qt is installed in /usr/local/qt.
+ The rest of this file assumes that TQt is installed in /usr/local/qt.
2. Set some environment variables in the file .profile (or .login,
@@ -26,9 +26,9 @@ the directories where you choose to install Qt.
file if it is not there already.
QTDIR - the directory in which you're building Qt
- PATH - to locate the moc program and other Qt tools
- MANPATH - to access the Qt man pages
- LD_LIBRARY_PATH - for the shared Qt library
+ PATH - to locate the moc program and other TQt tools
+ MANPATH - to access the TQt man pages
+ LD_LIBRARY_PATH - for the shared TQt library
Note that under IRIX the additional LD_LIBRARYN32_PATH and
LD_LIBRARY64_PATH variables are used for specifying library
@@ -61,7 +61,7 @@ the directories where you choose to install Qt.
message.
Note that the SGI MIPSpro o32 and Sun WorkShop 5.0 targets are no
- longer supported as of Qt 3.3.
+ longer supported as of TQt 3.3.
3. Install your license file as $HOME/.qt-license.
For the free edition and evaluation version, you do not need a license
@@ -70,14 +70,14 @@ the directories where you choose to install Qt.
4. Building.
- This step compiles the Qt library, and builds the example programs,
- the tutorial, and the tools (e.g. Qt Designer).
+ This step compiles the TQt library, and builds the example programs,
+ the tutorial, and the tools (e.g. TQt Designer).
Type:
./configure
- This will configure the Qt library for your machine. Note that
+ This will configure the TQt library for your machine. Note that
GIF support is turned off by default. Run ./configure -help
to get a list of configuration options. Read PLATFORMS for a
list of supported platforms.
@@ -96,7 +96,7 @@ the directories where you choose to install Qt.
At this point you have binaries created in $QTDIR (eg. $QTDIR/lib/
contains libqt.so). If, however, you would like to have your Qt
installed in a non-local installation you can run configure with
- options splitting Qt into different areas for example:
+ options splitting TQt into different areas for example:
./configure -libdir /usr/local/lib -bindir /usr/local/bin -headerdir /usr/local/include/qt
@@ -105,9 +105,9 @@ the directories where you choose to install Qt.
make install
- This will install Qt onto your machine using the paths you've set.
+ This will install TQt onto your machine using the paths you've set.
(See ./configure -help for more information). If you choose to
- install Qt like this, remember that you must set your
+ install TQt like this, remember that you must set your
LD_LIBRARY_PATH to match your -libdir and your QTDIR to your
-headerdir (as described in (2) above).
@@ -130,4 +130,4 @@ the directories where you choose to install Qt.
-That's all. Qt is now installed.
+That's all. TQt is now installed.