diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-01-06 20:01:02 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-01-06 20:01:02 +0000 |
commit | 8a6c1c25bce0267ee4072bd7b786b921e8a66a35 (patch) | |
tree | ea70b740d40cffe568a990c7aecd1acb5f83f786 /docs/GettingStarted.rst | |
parent | 84fe440ded1bfc237d720c49408b36798d67ceff (diff) |
Notes
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r-- | docs/GettingStarted.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 2585ce135ba65..6aba500367939 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 <CMake.html>`_. If you would rather use autotools, see `Building LLVM with autotools <BuildingLLVMWithAutotools.html>`_. + 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`` |