zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
439 stars 195 forks source link

zmqpp command issue #224

Open fti-dpogra opened 5 years ago

fti-dpogra commented 5 years ago

i installed the zmqpp successfully, now i am running the command 'zmqpp --help' command which is showing error 'bash: zmqpp: command not found'

Please can you explain me how can i resolve issue

benjamg commented 5 years ago

Did you include "make client" in your build steps

jgornowich commented 4 years ago

I know this issue is old, but I am building with cmake. The target looks like its zmqpp-client and its defaulted to off in the CMakeLists.txt. Adding -DZMQPP_BUILD_CLIENT=true to my cmake command adds the client target. Should the targets between the two build types be the same?

Is the cmake build type not the recommended usage or do these instructions just need to be added to the readme?