Skip to content

Commit 4629447

Browse files
committed
[README] updaging readme.
1 parent 1f15aba commit 4629447

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# datadog-cpp
22
Datadog C++ Statsd Client Library
3+
4+
Tested on Linux and OSX.
5+
6+
## Buiild
7+
The build requires a C++11 compiler.
8+
```
9+
cmake .
10+
make
11+
```
12+
That should drop the shared library in `./lib` and be ready to go.
13+

0 commit comments

Comments
 (0)