Commit 8116a159 authored by liuxian9's avatar liuxian9
Browse files

Added curl as a dependency and pointed out that Windows currently is not

supported at this time.
parent 7b435271
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
[![Build Status](https://travis-ci.org/Seagate/kinetic-cpp-client.svg?branch=master)](https://travis-ci.org/Seagate/kinetic-cpp-client)
Introduction
============
This repo contains code for producing C and C++ kinetic clients.
This repo contains code for producing C and C++ kinetic clients. The C++ library currently does not support Windows at this time because of existing library requirements.


Protocol Version
@@ -14,6 +14,7 @@ Dependencies
* CMake
* Valgrind for memory tests
* Doxygen/graphviz for generating documentation
* curl

Initial Setup
=============