Mention the dependency on C++17.
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
dc706ab41f
commit
d8582f33c1
@ -107,7 +107,8 @@ yum install ./libmastodonpp*.rpm
|
|||||||
==== Dependencies
|
==== Dependencies
|
||||||
|
|
||||||
* Tested OS: Linux
|
* Tested OS: Linux
|
||||||
* C++ compiler (tested: link:{uri-gcc}[GCC] 7/8/9, link:{uri-clang}[clang] 6/7)
|
* C\++ compiler with C++17 support (tested: link:{uri-gcc}[GCC] 7/8/9,
|
||||||
|
link:{uri-clang}[clang] 6/7)
|
||||||
* link:{uri-cmake}[CMake] (at least: 3.9)
|
* link:{uri-cmake}[CMake] (at least: 3.9)
|
||||||
* link:{uri-libcurl}[libcurl] (at least: 7.56)
|
* link:{uri-libcurl}[libcurl] (at least: 7.56)
|
||||||
* Optional
|
* Optional
|
||||||
|
@ -46,6 +46,9 @@
|
|||||||
*
|
*
|
||||||
* Or compile your code with `g++ $(pkg-config --cflags --libs mastodonpp)`.
|
* Or compile your code with `g++ $(pkg-config --cflags --libs mastodonpp)`.
|
||||||
*
|
*
|
||||||
|
* Since we use C++17 features in the headers of this library, your program
|
||||||
|
* needs to be compiled as C++17 or higher too.
|
||||||
|
*
|
||||||
* @subsection example Example
|
* @subsection example Example
|
||||||
*
|
*
|
||||||
* @code
|
* @code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user