summaryrefslogtreecommitdiff
path: root/doc/src/getting-started
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-07-04 09:56:29 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-07-04 09:56:29 +0100
commit674abef4f06bdde57a272d69750e2a4ac5027ea9 (patch)
tree40c8b2d640fd720100c5f3640ea33c845f798770 /doc/src/getting-started
parent38b229c6b7c9bf728a4b7f8470d04870a132f66a (diff)
parent4d875f2b0666009bae23fd15417f7fe03b70f612 (diff)
downloadqtdoc-baserock/morph.tar.gz
Merge v5.1.0 releasebaserock/morph
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r--doc/src/getting-started/gettingstartedqt.qdoc2
-rw-r--r--doc/src/getting-started/installation.qdoc42
-rw-r--r--doc/src/getting-started/installer-README.qdoc6
3 files changed, 25 insertions, 25 deletions
diff --git a/doc/src/getting-started/gettingstartedqt.qdoc b/doc/src/getting-started/gettingstartedqt.qdoc
index 639114a9..7d9cdb9c 100644
--- a/doc/src/getting-started/gettingstartedqt.qdoc
+++ b/doc/src/getting-started/gettingstartedqt.qdoc
@@ -49,7 +49,7 @@
\image gs1.png "Notepad application"
You can find the final Notepad source files in the qtdoc repository in the
- doc/src/snippets/widgets-tutorial/notepad directory. You can either fetch
+ snippets/widgets-tutorial/notepad directory. You can either fetch
the Qt 5 sources from Qt Project or install them as part of Qt 5.
\section1 Creating the Notepad Project
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc
index 5ee59a49..f5377972 100644
--- a/doc/src/getting-started/installation.qdoc
+++ b/doc/src/getting-started/installation.qdoc
@@ -61,7 +61,7 @@ for your platform from the following list.
if you have the \c{qt-everywhere-opensource-src-%VERSION%.tar.gz}
package, type the following commands at a command line prompt:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 0
+\snippet snippets/code/doc_src_installation.qdoc 0
This creates the directory \c{/tmp/qt-everywhere-opensource-src-%VERSION%}
containing the files from the archive. We only support the GNU version of
@@ -76,20 +76,20 @@ for your platform from the following list.
\c{/usr/local/Qt-%VERSION%} directory, but this can be
changed by using the \c{-prefix} option.
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 1
+\snippet snippets/code/doc_src_installation.qdoc 1
Type \c{./configure -help} to get a list of all available options.
To create the library and compile all the examples, tools,
and tutorials, type:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 2
+\snippet snippets/code/doc_src_installation.qdoc 2
If \c{-prefix} is outside the build directory, you need to install
the library, examples, tools, and tutorials in the appropriate
place. To do this (as root if necessary), type:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 3
+\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
@@ -105,18 +105,18 @@ for your platform from the following list.
In order to use Qt, some environment variables needs to be
extended.
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 4
+\snippet snippets/code/doc_src_installation.qdoc 4
This is done like this:
In \c{.profile} (if your shell is bash, ksh, zsh or sh), add the
following lines:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 5
+\snippet snippets/code/doc_src_installation.qdoc 5
In \c{.login} (in case your shell is csh or tcsh), add the following line:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 6
+\snippet snippets/code/doc_src_installation.qdoc 6
If you use a different shell, please modify your environment
variables accordingly.
@@ -308,7 +308,7 @@ must be run as root.
if you have the \c{qt-everywhere-opensource-src-%VERSION%.tar.gz}
package, type the following commands at a command line prompt:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 11
+\snippet snippets/code/doc_src_installation.qdoc 11
This creates the directory \c{/tmp/qt-everywhere-opensource-src-%VERSION%}
containing the files from the archive.
@@ -322,7 +322,7 @@ must be run as root.
\c{/usr/local/Qt-%VERSION%} directory, but this can be
changed by using the \c{-prefix} option.
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 12
+\snippet snippets/code/doc_src_installation.qdoc 12
Type \c{./configure -help} to get a list of all available options.
@@ -340,13 +340,13 @@ must be run as root.
To create the library and compile all the examples, tools,
and tutorials, type:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 13
+\snippet snippets/code/doc_src_installation.qdoc 13
If \c{-prefix} is outside the build directory, you need to install
the library, examples, tools, and tutorials in the appropriate
place. To do this, type:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 14
+\snippet snippets/code/doc_src_installation.qdoc 14
This command requires that you have administrator access
on your machine.
@@ -364,17 +364,17 @@ must be run as root.
In order to use Qt, some environment variables need to be
extended.
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 15
+\snippet snippets/code/doc_src_installation.qdoc 15
This is done like this:
In \c{.profile} (if your shell is bash), add the following lines:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 16
+\snippet snippets/code/doc_src_installation.qdoc 16
In \c{.login} (in case your shell is csh or tcsh), add the following line:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 17
+\snippet snippets/code/doc_src_installation.qdoc 17
If you use a different shell, please modify your environment
variables accordingly.
@@ -421,7 +421,7 @@ in the \l{Qt for Windows CE Requirements} document.
In order to build and use Qt, the \c PATH environment variable needs
to be extended:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 18
+\snippet snippets/code/doc_src_installation.qdoc 18
This is done by adding \c{c:\Qt\%VERSION%\bin} to the \c PATH variable.
For newer versions of Windows, \c PATH can be extended through
@@ -437,7 +437,7 @@ in the \l{Qt for Windows CE Requirements} document.
To configure Qt for Windows Mobile 5.0 for Pocket PC, type the
following:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 19
+\snippet snippets/code/doc_src_installation.qdoc 19
If you want to configure Qt for another platform or with other
options, type \c{configure -help} to get a list of all available
@@ -451,16 +451,16 @@ in the \l{Qt for Windows CE Requirements} document.
platforms. For a default installation of the Windows Mobile 5.0
Pocket PC SDK, this is done with the following commands:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 20
+\snippet snippets/code/doc_src_installation.qdoc 20
We provide a convenience script for this purpose, called \c{setcepaths}.
Simply type:
-\snippet doc/src/snippets/code/doc_src_installation.qdoc 21
+\snippet snippets/code/doc_src_installation.qdoc 21
Then to build Qt type:
- \snippet doc/src/snippets/code/doc_src_installation.qdoc 22
+ \snippet snippets/code/doc_src_installation.qdoc 22
\b{That's all. Qt is now installed.}
@@ -636,8 +636,8 @@ in the \l{Qt for Windows CE Requirements} document.
\endlist
\li Windows SDK 7.
\li A MinGW toolchain with g++ version 4.7 or higher. Qt 5 is tested regularly with a \
- \l{http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/threads-posix/sjlj/x32-4.7.2-release-posix-sjlj-rev8.7z}
- {32 bit gcc 4.7.2 toolchain} from the \l{http://mingwbuilds.sourceforge.net}{MinGW-builds}
+ \l{http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.0/32-bit/threads-posix/dwarf/x32-4.8.0-release-posix-dwarf-rev1.7z}
+ {32 bit gcc 4.8.0 toolchain} from the \l{http://mingwbuilds.sourceforge.net}{MinGW-builds}
project.
\endlist
diff --git a/doc/src/getting-started/installer-README.qdoc b/doc/src/getting-started/installer-README.qdoc
index 36f403d1..46b03e8c 100644
--- a/doc/src/getting-started/installer-README.qdoc
+++ b/doc/src/getting-started/installer-README.qdoc
@@ -97,13 +97,13 @@ summarizes the available installers.
\li MSVC 2012 SP2
\row
\li Android Linux 32-bit host installer
- \li x86, ARMv5, ARMv7 Android targets
+ \li x86 and ARMv7
\row
\li Android Linux 64-bit host installer
- \li x86, ARMv5, ARMv7 Android targets
+ \li x86 and ARMv7
\row
\li Android Windows 32-bit host installer
- \li x86, armv5, armv7 Android targets
+ \li x86 and ARMv7
\endtable
\section1 Starting Development Tools