From b400310ae0a2a6b12d3deb88f47d68d8070ddad0 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <timm.fitschen@ds.mpg.de> Date: Sun, 21 Oct 2018 23:28:02 +0200 Subject: [PATCH] DOC: Requirements added to README_SETUP.md --- README_SETUP.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README_SETUP.md b/README_SETUP.md index 1330476d..34d6c77f 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -1,3 +1,20 @@ +# Requirements + +## Software +* >=Java 8 +* >=Apache Maven 3.0.4 +* >=Python 3.4 +* >=pip 9.0.1 +* >=git 1.9.1 +* >=Make 3.81 +* >=Screen 4.01 +* >=MySQL 5.5 (better >=5.6) or >=MariaDB 10.1 + +## System + +* >=Linux 4.0.0, x86\_64, e.g. Ubuntu 14.04.1 +* Mounted filesytem(s) with enough space +* Working internet connection (for up-to-date python and java libraries) # First Setup -- GitLab