Update README.md

This commit is contained in:
Gheorghe-Teodor Bercea 2020-02-13 15:51:39 -05:00 committed by GitHub
parent 8b9fb2f49f
commit ecf16c3441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ Open Neural Network Frontend : an ONNX frontend for MLIR.
[![CircleCI](https://circleci.com/gh/clang-ykt/ONNF.svg?style=svg)](https://circleci.com/gh/clang-ykt/ONNF)
## Prerequisites
gcc >= 6.4
libprotoc >= 3.11.0
cmake >= 3.15.4
## Installation
Firstly, install MLIR (as a part of LLVM-Project):