zmqpp icon indicating copy to clipboard operation
zmqpp copied to clipboard

zmqpp command issue

Open fti-dpogra opened this issue 6 years ago • 2 comments

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

fti-dpogra avatar May 15 '19 13:05 fti-dpogra

Did you include "make client" in your build steps

benjamg avatar Aug 07 '19 08:08 benjamg

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?

jgornowich avatar May 01 '20 20:05 jgornowich