From ddca971442f2a98f2f1577a51f9352acd1b67518 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Mon, 9 Jul 2018 19:44:51 +0200 Subject: [PATCH] Add Fedora build deps to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6e3714b..55d2eaf 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,13 @@ Jelling is a simple daemon for Linux which receives OTP tokens from FreeOTP. * systemd >= 221 * bluez >= 5.42 +# How to install Build Dependencies on Fedora + + # dnf install bluez-libs-devel ninja-build systemd-devel + # How to Build and Install + # meson build # ninja -C build # ninja -C build install