From 0213fab45ea3e4823dda0f5ea1dffa36df9197f7 Mon Sep 17 00:00:00 2001 From: Ralf Ulrich <ralf.ulrich@kit.edu> Date: Sun, 14 Oct 2018 23:31:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b03855da..23a459949 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ We also want to point you to the [MCnet guidelines](https://gitlab.ikp.kit.edu/A ## Installation -Prerequisites: eigen3, cmake, g++, git +Prerequisites: eigen3, cmake, g++, git. On Ubuntu 18.04, just do: ``` sudo apt-get install libeigen3-dev cmake g++ git ``` -- GitLab