We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8230eb commit 4d6aa9dCopy full SHA for 4d6aa9d
README.md
@@ -14,8 +14,8 @@ Help me to improve this project!
14
15
16
17
-Compile and link
18
-================
+Compile and link manually
+=========================
19
20
Standalone
21
----------
@@ -44,6 +44,17 @@ ADD_SUBDIRECTORY(ext/curlcpp) # Change `ext/curlcpp` to a directory according to
44
INCLUDE_DIRECTORIES(${CURLCPP_SOURCE_DIR}/include)
45
```
46
47
+
48
+Install via Homebrew
49
+====================
50
51
+curlcpp is now available also via homebrew package manager:
52
53
+```bash
54
+brew install curlcpp
55
+```
56
57
58
Simple usage example
59
====================
60
0 commit comments