From 3f43fff5732e7e7772df7aad892a1578e4840073 Mon Sep 17 00:00:00 2001 From: codestation Date: Thu, 27 Dec 2018 00:17:52 -0500 Subject: [PATCH] update readme --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5da0638..b0579cb 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,6 @@ official CMA and also offer some features missing in the original one. * Easy wireless pairing (show PIN to the user when a Vita is detected). * Ability to restart the connection if the Vita is reconnected. -#### TODO: -* Complete categories for music. -* SQLite backend for database. - -#### Planned features -* **Android version**: port of Qcma to Android. - ## Headless version There is a qcma_cli binary that doesn't need a X session running (useful for servers). @@ -43,8 +36,16 @@ kill -HUP $(pgrep qcma_cli) kill $(pgrep qcma_cli) ``` +## Downloads (Linux) + +Packages for Ubuntu, Fedora, Debian and openSUSE are available [here](https://software.opensuse.org/download/package?project=home:codestation&package=qcma). + +## Downloads (Windows and macOS) + +Installers for Windows and macOS are available [here](https://github.com/codestation/qcma/releases/latest). + ## Dependencies -* [Qt 4.x or 5.x](http://www.qt.io/) +* [Qt 5.x](http://www.qt.io/) * [VitaMTP fork](https://github.com/codestation/vitamtp) @@ -52,10 +53,6 @@ kill $(pgrep qcma_cli) * [libnotify](http://library.gnome.org/devel/notification-spec/) -* [libappindicator (optional)](https://launchpad.net/libappindicator) - -* [KNotifications (optional)](https://projects.kde.org/projects/frameworks/knotifications) - #### Where do I get the source code? Check the GitHub repo here: https://github.com/codestation/qcma