Skip to content

Commit

Permalink
keanfei/mt5_synthetic_feed_add_stats_cleanup (#6)
Browse files Browse the repository at this point in the history
* Working solution for StatsdClient

* Removed build folder

* Added build instructions

* removed gitignore

* Restored original gitignore

* Fixed differences
  • Loading branch information
keanfei-deriv authored Jan 21, 2021
1 parent a453b1a commit 8763e40
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# a client sdk for StatsD, written in C++


## Building StatsdClient.lib

1. Under `Developer Command Prompt for VS 2019` , run
```
cmake .
```
`Visual Studio` solutions and projects will be generated.

2. Next , build the generated `Visual Studio` solution. `StatsDClient.lib` will be built.

## API
See [header file](src/statsd_client.h) for more api detail.

Expand Down

0 comments on commit 8763e40

Please sign in to comment.