From 510291646bcca64451e70dd714cc59d7b022bacc Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 24 Aug 2018 18:58:55 -0400 Subject: [PATCH] document minimum versions for dependencies --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa18997 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Debian stable determines the most ancient set of supported dependencies: + +* glibc 2.24 +* Linux 4.9 +* Clang 3.8 or GCC 6.3 + +However, using more recent releases is highly recommended. Older versions of +the dependencies may be compatible at the moment but are not tested and will +explicitly not be supported.