From d8fc17c431a8d071502dcb358b1dcd2d39ff0a38 Mon Sep 17 00:00:00 2001 From: Simon <oehrl@vr.rwth-aachen.de> Date: Mon, 2 Jul 2018 15:00:19 +0200 Subject: [PATCH] Use >= instead of $\ge$ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f33da53..84571b7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # nest-streaming-module ## Prerequisites -* CMake $\ge$ 3.6.0 (https://cmake.org/) +* CMake >= 3.6.0 (https://cmake.org/) * Python 2.7 (https://www.python.org/) * Conan (`pip install conan`) * NEST: the latest release of NEST does currently not support modules. Thus, a custom version is required that can be found [here](https://github.com/jougs/nest-simulator/tree/feature/custom-recording-backend). -- GitLab