From ecf16c3441314c9ba4b4d333fdc00bad683c2cc2 Mon Sep 17 00:00:00 2001 From: Gheorghe-Teodor Bercea Date: Thu, 13 Feb 2020 15:51:39 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 03584e2..4ba4259 100644 --- a/README.md +++ b/README.md @@ -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):