forked from florin0x01/fluidcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
20 lines (14 loc) · 811 Bytes
/
README
File metadata and controls
20 lines (14 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This is the Fluidinfo C++ API binding to the FluidInfo key/value store (http://www.fluidinfo.com)
It supports the following features: Objects, Tags, Namespaces, Values, About
_______________________
| HOW TO COMPILE |
|_____________________|
-> Operating systems: Linux, possibly BSD, Windows -> contact me
-> Use compilers: g++ 4.4 or g++ 4.6
-> Step 1. Ensure you have the dependencies. Unarchive the contents.
-> Step 2. mkdir build && cd build && cmake .. && make
-> Step 3. Done. You should have the binaries in the build/ folder along with some tests
DEPENDS ON: cmake (build system), libcurl, JsonCpp (http://jsoncpp.sourceforge.net)
Many thanks to Terry Jones and the FluidInfo team for answering my questions.
**LICENSE**
Fluidinfo C++ is distributed under the terms of the LGPL license.