Skip to content

Commit

Permalink
Fixed README.md examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephP91 committed Feb 29, 2020
1 parent 01abd95 commit 616caa6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Then add `<curlcpp root>/build/src/` to your library path and `<curlcpp root>/in
When linking, link against `curlcpp` (e.g.: g++ -std=c++11 example.cpp -o example -lcurlcpp -lcurl).
Or if you want run from terminal,

g++ -std=c++11 example.cpp -L/home/arun/path/to/build/src/ -I/home/arun/path/to/include/ -lcurlcpp -lcurl
g++ -std=c++11 example.cpp -L/home/<username>/path/to/build/src/ -I/home/<username>/path/to/include/ -lcurlcpp -lcurl


Submodule
Expand All @@ -37,11 +37,6 @@ ADD_SUBDIRECTORY(ext/curlcpp) # Change `ext/curlcpp` to a directory according to
INCLUDE_DIRECTORIES(${CURLCPP_SOURCE_DIR}/include)
```

Biicode support
===============

Yes, it's avaiable thanks to @qqiangwu! :)

Simple usage example
====================

Expand Down

0 comments on commit 616caa6

Please sign in to comment.