diff --git a/doc/FAQ.html b/doc/FAQ.html
index 9c50fd65..c4aeae9f 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -624,10 +624,13 @@ Also note the following hints:
In order to use the LameXP deployment scripts you need the following tools:
- 7-Zip - file archiver with a high compression ratio
-
- NSIS - Nullsoft Scriptable Install System (Unicode Version)
-
- GnuPG - the GNU Privacy Guard v1.4.x
+
- NSIS - Nullsoft Scriptable Install System (Unicode Version)
- UPX - the Ultimate Packer for eXecutables
-
- MPRESS - high-performance executable packer for PE32/PE32+
+
- MPRESS - high-performance executable packer for PE32/PE32+
+
- GnuPG - the GNU Privacy Guard v1.4.x
- Copy 'buildenv.template.txt' to 'buildenv.txt' and edit the paths as needed!
Instructions to build Qt as 'static' libraries:
@@ -635,12 +638,12 @@ Instructions to build Qt as 'static' libraries:
- Install the Qt SDK v1.1 and choose to install the Qt 4.7.3 Sources
- Open a new command window (cmd.exe)
- Add Strawberry Perl to your PATH (e.g. 'set PATH=C:\strawberry\perl\bin;%PATH%')
-
- Now run 'vcvarsall.bat' form your Visual C++ 2010 install directory
+
- Now run 'vcvarsall.bat' form your Visual C++ install directory - within the same console!
- Change the current directory to the Qt Sources path (e.g. 'C:\QtSDK\QtSources\4.7.3')
- Finally run 'configure.exe -release -static -ltcg <more options>' and wait for completion
- You can now open and build the solution files (e.g. 'src\corelib\QtCore.sln' in Visual Studio
-
- Make sure you select the "Release" configuration for your builds
-
- It is also recommended to change "C/C++ ⇒ Code Generation ⇒ Runtime Library" to "/MT"
+
- Make sure you select the "Release" configuration for your builds!
+
- It is also required to change "Code Generation ⇒ Runtime Library" to "/MT" for all projects!
- Libraries you need to build for LameXP include the following:
- lib\qtmain.lib
- lib\QtCore.lib
@@ -650,8 +653,8 @@ Instructions to build Qt as 'static' libraries:
- plugins\imageformats\qgif.lib
- plugins\imageformats\qico.lib
- plugins\imageformats\qsvg.lib
- - Put all the *.lib files into the 'LameXP\etc\Prerequisites\qt4_static' folder
-
+ - Put the static *.lib files into the 'LameXP\etc\Prerequisites\qt4_static\lib' directory
+
- ImageFormat plugins go to 'LameXP\etc\Prerequisites\qt4_static\plugins\imageformats'
eof