1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-03 03:50:04 +01:00

Update README.md

This commit is contained in:
Jonas Kvinge 2018-07-03 18:23:05 +02:00 committed by GitHub
parent d30a63f79b
commit 0d6f377664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,20 +22,20 @@ It has so far been tested to work on Linux, OpenBSD and Windows (cross compiled
To build Strawberry from source you need the following installed on your system with the additional development packages/headers: To build Strawberry from source you need the following installed on your system with the additional development packages/headers:
* GLib, GIO and GObject * [GLib, GIO and GObject](https://developer.gnome.org/glib/)
* POSIX thread (pthread) libraries * [POSIX thread (pthread) libraries](http://www.yolinux.com/TUTORIALS/LinuxTutorialPosixThreads.html)
* CMake and Make tools * [CMake and Make tools](https://cmake.org/)
* GCC or clang compiler * [GCC](https://gcc.gnu.org/) or [clang](https://clang.llvm.org/) compiler
* Protobuf library and compiler * [Protobuf library and compiler](https://developers.google.com/protocol-buffers/)
* Boost development headers * [Boost development headers](https://www.boost.org/)
* Qt 5 with components Core, Widgets, Network, Sql, Xml, OpenGL, Concurrent, Test, WebKitWidget, X11Extras and DBus * [Qt 5 with components Core, Widgets, Network, Sql, Xml, OpenGL, Concurrent, Test, WebKitWidget, X11Extras and DBus](https://www.qt.io/)
* SQLite3 * [SQLite3](https://www.sqlite.org)
* TagLib 1.11.1 or higher * [TagLib 1.11.1 or higher](http://taglib.org/)
* Chromaprint library * [Chromaprint library](https://acoustid.org/chromaprint)
* libxml library * [libxml library](http://www.xmlsoft.org/)
* ALSA library (linux) * [ALSA library (linux)](https://www.alsa-project.org/)
* DBus (linux) * [DBus (linux)](https://www.freedesktop.org/wiki/Software/dbus/)
* PulseAudio (linux optional) * [PulseAudio (linux optional)](https://www.freedesktop.org/wiki/Software/PulseAudio/?)
Either GStreamer, Xine or VLC engine is required, but only GStreamer is fully implemented so far. Either GStreamer, Xine or VLC engine is required, but only GStreamer is fully implemented so far.
You should also install the gstreamer plugins base and good, and optionally bad and ugly. You should also install the gstreamer plugins base and good, and optionally bad and ugly.
@ -43,9 +43,9 @@ You should also install the gstreamer plugins base and good, and optionally bad
Optional: Optional:
* The Qt 5 LastFM library is required for fetching album covers from LastFM. * The Qt 5 LastFM library is required for fetching album covers from LastFM.
* To enable CD support for playing audio cd's you need libcdio. * [libcdio](https://www.gnu.org/software/libcdio/) - To enable Audio CD support
* If you want MTP support you need libmtp. * [libmtp](http://libmtp.sourceforge.net/) - For MTP support.
* If you need iPod Classic support you need libgpod. * [libgpod](http://www.gtkpod.org/libgpod/) - If you need iPod Classic support you need.
### :wrench: Compiling from source ### :wrench: Compiling from source