oliora / ppconsul

C++ client for Consul (http://consul.io)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add client application example

oliora opened this issue · comments

  • It should be possible to do make install and get Ppconsul installed system-wide.
  • Add client application example (source + CMake config).
commented

CMake config now supports make install (only builds/installs static libs)

Now ppconsul can be installed (either as dynamic or static library). Readme covers installation and usage. Only a client app example is left.

There is a CMake example on how to configure such an application. I think this is enough