diff --git a/README.md b/README.md index ab907a13ed6..ad73f244a13 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Prerequisites: * On Mac OS X: latest Xcode * On Linux: g++ 4.8 or later * LLVM 3.9.0 or later (optional, needed for the Clang Code Model) +* Qbs 1.7.x (optional, sources also contain Qbs itself) The installed toolchains have to match the one Qt was compiled with. @@ -33,6 +34,8 @@ You can build Qt Creator with # Optional, needed for the Clang Code Model: 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 cd $SOURCE_DIRECTORY qmake -r