X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCMake.rst;h=9ec6b0a2416ee0f1b6672a903032376eb70af925;hb=78a7d49140626994c23367b709e7b30b41e5cf70;hp=38199e5cc5879dd89410e600f94d5822954c2c97;hpb=1552d17aad5aee7ce782978fd31d80eea5379b39;p=oota-llvm.git diff --git a/docs/CMake.rst b/docs/CMake.rst index 38199e5cc58..9ec6b0a2416 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -26,7 +26,10 @@ Quick start We use here the command-line, non-interactive CMake interface. #. `Download `_ and install - CMake. Version 2.8.8 is the minimum required. + CMake. Version 2.8.8 is the minimum required, but if you're using the Ninja + backend, CMake v3.2 or newer is required to `get interactive output + `_ + when running :doc:`Lit `. #. Open a shell. Your development tools must be reachable from this shell through the PATH environment variable.