Removed curl dependency and use wt's http client instead (used to fetch data from AcousticBrainz)

This commit is contained in:
emeric
2019-08-08 13:54:24 +02:00
parent 35b9b86df5
commit 8c9da5c0e2
4 changed files with 40 additions and 54 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ The Subsonic API is enabled by default.
## Installation
Here are the required packages to build LMS on Debian Stretch:
```sh
apt-get install g++ autoconf automake libboost-filesystem-dev libboost-system-dev libavcodec-dev libavutil-dev libavformat-dev libav-tools libmagick++-dev libpstreams-dev libconfig++-dev libpstreams-dev ffmpeg libtag1-dev libcurl4-openssl-dev
apt-get install g++ autoconf automake libboost-filesystem-dev libboost-system-dev libavcodec-dev libavutil-dev libavformat-dev libav-tools libmagick++-dev libpstreams-dev libconfig++-dev libpstreams-dev ffmpeg libtag1-dev
```
You also need wt4, that is not packaged yet on Debian. See [installation instructions](https://www.webtoolkit.eu/wt/doc/reference/html/InstallationUnix.html). You may need to build Wt4 in "Release" mode if you want to compile it natively on a Raspberry Pi3B+.