Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

doc: add openSUSE Tumbleweed and SLE15 as supported OS #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -66,6 +68,9 @@ command:
On Fedora, use this:
`dnf install cmake boost-devel txt2tags`

on SLE15 and openSUSE Tumbleweed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just "SLE and openSUSE" without mentioning the exact version again?

`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):
Expand Down