Switch from libsoup2.4 to libcurl4 to perform HTTP requests

This commit is contained in:
2018-05-15 20:48:17 +01:00
parent 09f8a96085
commit e39c209c36
4 changed files with 70 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ you'll need to build and install it according to
Now, you'll need some other build dependencies:
```
sudo apt install build-essential libpurple-dev libsoup2.4-dev libglib2.0-dev
sudo apt install build-essential libpurple-dev libcurl4-openssl-dev libglib2.0-dev
```
Finally, run `make` to create a `libdelta.so` file.