summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKavindra Palaraja <kpalaraja@luxoft.com>2019-08-27 13:07:01 +0200
committerKavindra Palaraja <kpalaraja@luxoft.com>2019-08-29 19:02:12 +0200
commitafab7f53a969a40037aab50572d837481c9c32ce (patch)
treed2c59542cda644d3b5c9f5011a8f88b1207481b1
parentf27ce2135df6287a834dc0669f5a932ed96e0d2a (diff)
downloadqtdoc-afab7f53a969a40037aab50572d837481c9c32ce.tar.gz
Doc: Minor fixes for typo and simplification
Change-Id: Ia2f30e261ede9d8e2474d1d7e75ca698beb61a54 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
-rw-r--r--doc/src/platforms/linux.qdoc24
1 files changed, 10 insertions, 14 deletions
diff --git a/doc/src/platforms/linux.qdoc b/doc/src/platforms/linux.qdoc
index 9f61e3e3..8f8daf86 100644
--- a/doc/src/platforms/linux.qdoc
+++ b/doc/src/platforms/linux.qdoc
@@ -409,37 +409,33 @@
\snippet snippets/code/doc_src_installation.qdoc 3
- Note that on some systems the make utility is named differently,
- e.g. gmake. The configure script tells you which make utility to
- use.
+ Note that on some systems the make utility is named differently, like gmake.
+ The configure script tells you which make utility to use.
- \note If you later need to reconfigure and rebuild Qt from the
- same location, ensure that all traces of the previous configuration are
- removed by entering the build directory and typing \c{make confclean}
- before running \c configure again.
+ \note Later, if you need to reconfigure and rebuild Qt from the same location,
+ ensure that all traces of the previous configuration are removed. To do so, from
+ the build directory, type \c{make confclean} before running \c configure again.
\section1 Step 4: Set the Environment Variables
- In order to use Qt, some environment variables needs to be
- extended.
+ To use Qt, some environment variables need to be extended.
\snippet snippets/code/doc_src_installation.qdoc 4
- This is done like this:
+ This is done as follows:
In \c{.profile} (if your shell is bash, ksh, zsh or sh), add the
following lines:
\snippet snippets/code/doc_src_installation.qdoc 5
- In \c{.login} (in case your shell is csh or tcsh), add the following line:
+ In \c{.login} (if your shell is csh or tcsh), add the following line:
\snippet snippets/code/doc_src_installation.qdoc 6
- If you use a different shell, please modify your environment
- variables accordingly.
+ If you use a different shell, modify your environment variables accordingly.
- For compilers that do not support rpath you must also extended the
+ For compilers that do not support rpath you must also extend the
\c LD_LIBRARY_PATH environment variable to include
\c{/usr/local/Qt-%VERSION%/lib}. On Linux with GCC this step
is not needed.