From 1766cdd6b6d35425569e4583f3bd7fe99951d069 Mon Sep 17 00:00:00 2001 From: Nirmoy Das Date: Wed, 14 Mar 2018 17:29:02 +0100 Subject: [PATCH] doc: add openSUSE Tumbleweed and SLE15 as supported OS --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 53f3457..e1f1e78 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ handling the ACL and more. - Ubuntu* 16.04 and 17.04 - Fedora* 26 - Clear Linux* +- SUSE Linux Enterprise(SLE)* 15 +- openSUSE Tumbleweed* ## Kernel/Daemon Compatibility @@ -66,6 +68,9 @@ command: On Fedora, use this: `dnf install cmake boost-devel txt2tags` +on SLE15 and openSUSE Tumbleweed +`zypper in txt2tags libboost_filesystem-devel cmake` + ### Building Use the CMakeLists.txt file found in the root directory to build the project. For example (run it in the directory holding the code):