pimnijdam/fluidcpp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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.