aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2018-07-09 15:05:31 +0200
committerChristian Stenger <christian.stenger@qt.io>2018-07-11 05:45:49 +0000
commit28a03360d6d3dce922588f97911425987116fd3b (patch)
tree950f854ddb0217e4772ee15888e83053166f2cd2 /README.md
parentf07c2f46c4703a55eeecd15e3ff60f427660364a (diff)
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 81392381ac..f47c4a007c 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Prerequisites:
* ActiveState Active Perl
* MinGW with g++ 4.9 or Visual Studio 2015 or later
* jom
+ * Python 3.5 or later (optional, needed for the python enabled debug helper)
* On Mac OS X: latest Xcode
* On Linux: g++ 4.9 or later
* 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)
# Optional, needed to let the QbsProjectManager plugin use system 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
qmake -r