Debugger: add instruction to build python enabled dumper for cdb

Like for the llvm code model additional 3rd party installation is
required to build the python enabled dumper on Windows. Adding minimum
version of Python and the name of the environment variable pointing to
the Python installation to the README.md.

Change-Id: I0cad39a57e4726083fcd44bde8b4c990cbd1ab03
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2018-07-09 15:05:31 +02:00
committed by Christian Stenger
parent f07c2f46c4
commit 28a03360d6

View File

@@ -20,6 +20,7 @@ Prerequisites:
* ActiveState Active Perl * ActiveState Active Perl
* MinGW with g++ 4.9 or Visual Studio 2015 or later * MinGW with g++ 4.9 or Visual Studio 2015 or later
* jom * jom
* Python 3.5 or later (optional, needed for the python enabled debug helper)
* On Mac OS X: latest Xcode * On Mac OS X: latest Xcode
* On Linux: g++ 4.9 or later * On Linux: g++ 4.9 or later
* LLVM/Clang 6.0.0 or later (optional, needed for the Clang Code Model, see the * LLVM/Clang 6.0.0 or later (optional, needed for the Clang Code Model, see the
@@ -35,6 +36,8 @@ You can build Qt Creator with
export LLVM_INSTALL_DIR=/path/to/llvm (or "set" on Windows) export LLVM_INSTALL_DIR=/path/to/llvm (or "set" on Windows)
# Optional, needed to let the QbsProjectManager plugin use system Qbs: # Optional, needed to let the QbsProjectManager plugin use system Qbs:
export QBS_INSTALL_DIR=/path/to/qbs export QBS_INSTALL_DIR=/path/to/qbs
# Optional, needed for the Python enabled dumper on Windows
set PYTHON_INSTALL_DIR=C:\path\to\python
cd $SOURCE_DIRECTORY cd $SOURCE_DIRECTORY
qmake -r qmake -r