Fixed libcurlpp0-URL

This commit is contained in:
tastytea 2018-06-08 00:44:11 +02:00
parent 620b68d9b4
commit 92135f55a8
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 4 additions and 2 deletions

View File

@ -77,7 +77,9 @@ int main()
A project consisting of one file can be compiled as follows:
g++ -std=c++14 -lmastodon-cpp example.cpp
```SH
g++ -std=c++14 -lmastodon-cpp example.cpp
```
## Error codes
@ -129,7 +131,7 @@ Prebuilt DEB and RPM packages for x86_64(amd64) are provided with each release.
These packages are automatically built and not tested.
Install with `dpkg -i` or `rpm -i`, respectively.
To use the DEB package on stretch, you will need [libcurlpp0](https://packages.debian.org/de/libcurlpp0) from buster or jessie.
To use the DEB package on stretch, you will need [libcurlpp0](https://packages.debian.org/libcurlpp0) from buster or jessie.
## From source