Add mentions of requirements before the build instructions

The `Getting Started` instructions requires git, ninja, and a working C++ host toolchain.

--

PiperOrigin-RevId: 242121953
This commit is contained in:
Mehdi Amini 2019-04-05 07:30:16 -07:00 committed by Mehdi Amini
parent b5235d1a9c
commit 7d60cd898c
1 changed files with 5 additions and 1 deletions

View File

@ -84,7 +84,11 @@ and by making references explicit with `function_ref`.
# Getting started with MLIR # Getting started with MLIR
MLIR has been tested on Linux and macOS, with recent versions of clang and with gcc 7. The following instructions assume that you have `git`,
[`ninja`](https://ninja-build.org/), and a working C++ toolchain. In the future,
we aim to align on the same level of platform support as
[LLVM](https://llvm.org/docs/GettingStarted.html#requirements). For now, MLIR
has been tested on Linux and macOS, with recent versions of clang and with gcc 7.
``` ```
git clone https://github.com/llvm/llvm-project.git git clone https://github.com/llvm/llvm-project.git