summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfadhil riyanto <me@fadev.org>2024-08-11 11:56:14 +0700
committerfadhil riyanto <me@fadev.org>2024-08-11 11:56:14 +0700
commit580d02327a8b4b8a0648e920da53a5b406c8a6a6 (patch)
treed4bf3f639cf6a08a939b725fbe3fe2be50a86064
parent8934423853b65d2376e3cbc2bded2adca0b0a0d2 (diff)
add DHAVE_CURL doc
Signed-off-by: fadhil riyanto <me@fadev.org>
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 83a4ab1..daab026 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,8 @@ int main() {
}
```
+Do not forget to add -DHAVE_CURL and install libcurl
+
All other samples are located [here](samples).