File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 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
2424When linking, link against ` curlcpp ` (e.g.: g++ -std=c++11 example.cpp -o example -lcurlcpp -lcurl).
2525Or if you want run from terminal,
2626
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
2828
2929
3030Submodule
@@ -37,11 +37,6 @@ ADD_SUBDIRECTORY(ext/curlcpp) # Change `ext/curlcpp` to a directory according to
3737INCLUDE_DIRECTORIES(${CURLCPP_SOURCE_DIR}/include)
3838```
3939
40- Biicode support
41- ===============
42-
43- Yes, it's avaiable thanks to @qqiangwu ! :)
44-
4540Simple usage example
4641====================
4742
You can’t perform that action at this time.
0 commit comments