From 28a03360d6d3dce922588f97911425987116fd3b Mon Sep 17 00:00:00 2001 From: David Schulz Date: Mon, 9 Jul 2018 15:05:31 +0200 Subject: [PATCH] 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 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 81392381acf..f47c4a007c1 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