zmqpp command issue
fti-dpogra opened this issue · 2 comments
fti-dpogra commented
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
Did you include "make client" in your build steps
jgornowich commented
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?