From faec74185d40edd0f4f2246fcddd2602d99d2dbc Mon Sep 17 00:00:00 2001 From: Tal Ben-Nun Date: Thu, 3 Oct 2019 06:53:13 +0200 Subject: [PATCH] README: added CMake 3.15 as a requirement --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c1d7c641c..e8245b27f8 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ To install: `pip install dace` Runtime dependencies: * A C++14-capable compiler (e.g., gcc 5.3+) * Python 3.5 or newer + * CMake 3.15 or newer To run DIODE, either run the installed script `diode`, or call `python3 -m diode.diode_rest` from the shell. Then, follow the printed instructions.