diff --git a/README.md b/README.md index 8f5be41..765faff 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,19 @@ # xdg-desktop-portal-kde A backend implementation for [xdg-desktop-portal](http://github.com/flatpak/xdg-desktop-portal) that is using Qt/KF5. ## Building xdg-desktop-portal-kde ### Dependencies: - xdg-desktop-portal (runtime dependency) - - flatpak (runtime dependency) - Qt 5 (build dependency) - KDE Frameworks - KCoreAddons, KI18n, KNotifications(build dependency) ### Build instructions: ``` $ mkdir build && cd build $ cmake .. [your_options] $ make -j5 $ make install ```