Add URLs to readme.
This commit is contained in:
parent
973bb78896
commit
ddfca05afe
16
README.adoc
16
README.adoc
|
@ -1,4 +1,10 @@
|
||||||
= curl_wrapper
|
= curl_wrapper
|
||||||
|
:project: curl_wrapper
|
||||||
|
:uri-base: https://schlomp.space/tastytea/{project}
|
||||||
|
:uri-cmake: https://cmake.org/
|
||||||
|
:uri-libcurl: https://curl.haxx.se/libcurl/
|
||||||
|
:uri-catch: https://github.com/catchorg/Catch2
|
||||||
|
:uri-doxygen: http://www.doxygen.nl/
|
||||||
|
|
||||||
Light libcurl wrapper for when you need to GET a website with minimum effort.
|
Light libcurl wrapper for when you need to GET a website with minimum effort.
|
||||||
|
|
||||||
|
@ -8,6 +14,8 @@ your project.
|
||||||
I made this because the curl wrapper I used before is no longer maintained and
|
I made this because the curl wrapper I used before is no longer maintained and
|
||||||
the other wrappers are either incomplete or unmaintained as well.
|
the other wrappers are either incomplete or unmaintained as well.
|
||||||
|
|
||||||
|
URL: <{uri-base}>.
|
||||||
|
|
||||||
== Example program
|
== Example program
|
||||||
|
|
||||||
[source,cpp]
|
[source,cpp]
|
||||||
|
@ -49,8 +57,8 @@ target_link_libraries(test PRIVATE curl_wrapper)
|
||||||
== Dependencies
|
== Dependencies
|
||||||
|
|
||||||
* C++17
|
* C++17
|
||||||
* CMake >= 3.9
|
* link:{uri-cmake}[CMake] >= 3.9
|
||||||
* libcurl >= 7.52
|
* link:{uri-libcurl}[libcurl] >= 7.52
|
||||||
* Optional:
|
* Optional:
|
||||||
** Tests: Catch >= 1.2
|
** Tests: link:{uri-catch}[Catch] >= 1.2
|
||||||
** Documentation: Doxygen >= 1.8
|
** Documentation: link:{uri-doxygen}[Doxygen] >= 1.8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user