update readme

This commit is contained in:
codestation
2018-12-27 00:17:52 -05:00
parent e5ade2626d
commit 3f43fff573

View File

@@ -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). * Easy wireless pairing (show PIN to the user when a Vita is detected).
* Ability to restart the connection if the Vita is reconnected. * 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 ## Headless version
There is a qcma_cli binary that doesn't need a X session running (useful for servers). 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) 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 ## 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) * [VitaMTP fork](https://github.com/codestation/vitamtp)
@@ -52,10 +53,6 @@ kill $(pgrep qcma_cli)
* [libnotify](http://library.gnome.org/devel/notification-spec/) * [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? #### Where do I get the source code?
Check the GitHub repo here: https://github.com/codestation/qcma Check the GitHub repo here: https://github.com/codestation/qcma