Skip to content

Commit 692c075

Browse files
committed
Merge branch 'master' of github.com:QHedgeTech/cpp-elasticsearch
2 parents 21d843b + c9a9dd1 commit 692c075

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

NOTICE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Copyright (c) William WEENS and contributors.
2+
All rights reserved.

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,24 @@ Once the required features will be added, new features will come like:
1919

2020
A documentation is stil to come as well as a "get started" page and continous intragration project with Travis.
2121

22-
Actual version is minimal and has been developped for the needs of Q-Hedge Technologies.
22+
## Get Source and Build ##
23+
24+
```
25+
git clone https://github.com/QHedgeTech/cpp-elasticsearch.git
26+
cd cpp-elasticsearch/example
27+
scons
28+
```
29+
For debug builds, use "scons mode=debug"
30+
31+
Warning
32+
-------
33+
34+
- Actual version is minimal and has been developped for the needs of Q-Hedge Technologies.
35+
- Features of C++11 are used in this code.
36+
37+
Dependencies
38+
------------
39+
40+
The current version works on Linux/MacOS platform and is POSIX compliant without any dependency. The code may still be hacked to be used on other platform or with third party tools: any JSON parser, or libcurl for the connection for instance.
41+
42+
Although the JSON parser and the HTTP connection classes are not the purpose of this project, they are provided so this project can work as a stand-alone tool.

0 commit comments

Comments
 (0)