summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3843538..b9f7159 100644
--- a/README.md
+++ b/README.md
@@ -41,3 +41,20 @@ cd build
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DKDE_INSTALL_QTPLUGINDIR=`kf5-config --qt-plugins`
make
```
+
+For Fedora (>=23) you will need the following build dependencies:
+```
+dnf install @development-tools cmake extra-cmake-modules gettext \
+ qt5-qtdeclarative-devel \
+ kf5-ki18n-devel \
+ kf5-kservice-devel \
+ kf5-krunner-devel \
+ kf5-ktextwidgets-devel \
+ kf5-knotifications-devel \
+ kf5-kconfigwidgets-devel \
+
+mkdir -p build
+cd build
+cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DKDE_INSTALL_QTPLUGINDIR=`kf5-config --qt-plugins`
+make
+``` \ No newline at end of file