X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=docs%2FGettingStarted.rst;fp=docs%2FGettingStarted.rst;h=6aba500367939e24953ec8eff08ef26574d50f37;hp=2585ce135ba652123a92415e850b46c13a1c1c88;hb=7fdf13ed48a8dfbd6e8561e5ac573cc395ffbf1b;hpb=0ecf67f2feadcd0539f206aa9735a5e5c99d7ed5 diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 2585ce135ba..6aba5003679 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -78,6 +78,8 @@ Here's the short story for getting up and running quickly with LLVM: The usual build uses `CMake `_. If you would rather use autotools, see `Building LLVM with autotools `_. + Although the build is known to work with CMake >= 2.8.8, we recommend CMake + >= v3.2, especially if you're generating Ninja build files. * ``cd where you want to build llvm`` * ``mkdir build``