Skip to content

Commit

Permalink
Merge pull request #2 from Thoronador/fix-readme
Browse files Browse the repository at this point in the history
fix typos in readme file
  • Loading branch information
JosephP91 committed Mar 20, 2014
2 parents 58d9008 + c9edae2 commit 4edc5a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
curlcpp
=======

An object oriented C++ wrapper for cURL tool. I'm working for you :P
An object-oriented C++ wrapper for cURL tool. I'm working for you. :P

There a bunch of cURL C++ wrappers out there, but I personally don't like any of them. So, I was writing a framework for my university and I needed a curl wrap in C++, so I wrote it.
There are a bunch of cURL C++ wrappers out there, but I personally don't like any of them. So, I was writing a framework for my university and I needed a curl wrapper in C++, so I wrote it.
I'm still working on it, so, if you find bugs or errors, please tell me! :)

If you want to know a bit more about cURL, you should go on the official website and read about the three interfaces that curl implements: http://curl.haxx.se/
Expand All @@ -20,9 +20,9 @@ cmake ..
make # -j2
```

Then add `<curlcpp root>/build/src/` to your librarie path and `<curlcpp root>/include/` to your include path.
Then add `<curlcpp root>/build/src/` to your library path and `<curlcpp root>/include/` to your include path.

When linking, link agains `curlcpp` (e.g.: gcc example.cpp -o example -lcurlcpp).
When linking, link against `curlcpp` (e.g.: gcc example.cpp -o example -lcurlcpp).

Submodule
---------
Expand Down

0 comments on commit 4edc5a3

Please sign in to comment.