diff options
author | fadhil riyanto <me@fadev.org> | 2024-08-11 11:56:14 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-08-11 11:56:14 +0700 |
commit | 580d02327a8b4b8a0648e920da53a5b406c8a6a6 (patch) | |
tree | d4bf3f639cf6a08a939b725fbe3fe2be50a86064 | |
parent | 8934423853b65d2376e3cbc2bded2adca0b0a0d2 (diff) |
add DHAVE_CURL doc
Signed-off-by: fadhil riyanto <me@fadev.org>
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ int main() { } ``` +Do not forget to add -DHAVE_CURL and install libcurl + All other samples are located [here](samples). |