summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2013-10-11 16:52:17 +0200
committerAndy Nichols <andy.nichols@digia.com>2013-10-11 18:03:09 +0300
commiteaad2e769b37755a95ef030744ff39becc74472b (patch)
treec2792ec6df1fb0d97beacfb43239b3720a00caf3 /src
parent82671c1cb36a0406e5a90a92dd17dedff02b206a (diff)
Doc: 32-bit support libs are only needed on 64-bit systems
Change-Id: I5e22dff017a7a7f0efb5f0798c4a2f675d5d8efd Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/doc/src/b2qt.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index 21fd1f0..04c41a4 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -133,10 +133,10 @@
\target Installing 32-bit Support Libraries
\section1 1. Installing 32-bit Support Libraries
- Some of the build tools in \B2Q are 32-bit programs, and they
- require that support libraries for running 32-bit code are present
- in the system. To install the required packages in Ubuntu, use the
- following command in a terminal:
+ Some of the build tools in \B2Q are 32-bit programs, and on 64-bit
+ systems they require that support libraries for running 32-bit
+ code are present in the system. To install the required packages
+ in Ubuntu, use the following command in a terminal:
\code
sudo apt-get install g++-multilib ia32-libs