File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Then add `<curlcpp root>/build/src/` to your library path and `<curlcpp root>/in
24
24
When linking, link against ` curlcpp ` (e.g.: g++ -std=c++11 example.cpp -o example -lcurlcpp -lcurl).
25
25
Or if you want run from terminal,
26
26
27
- g++ -std=c++11 example.cpp -L/home/arun /path/to/build/src/ -I/home/arun /path/to/include/ -lcurlcpp -lcurl
27
+ g++ -std=c++11 example.cpp -L/home/< username > /path/to/build/src/ -I/home/< username > /path/to/include/ -lcurlcpp -lcurl
28
28
29
29
30
30
Submodule
@@ -37,11 +37,6 @@ ADD_SUBDIRECTORY(ext/curlcpp) # Change `ext/curlcpp` to a directory according to
37
37
INCLUDE_DIRECTORIES(${CURLCPP_SOURCE_DIR}/include)
38
38
```
39
39
40
- Biicode support
41
- ===============
42
-
43
- Yes, it's avaiable thanks to @qqiangwu ! :)
44
-
45
40
Simple usage example
46
41
====================
47
42
You can’t perform that action at this time.
0 commit comments