I tried to compily catcierge according to github readme.
Unfortunately, it does not find zmq library:
Detected Raspberry Pi 2
v0.6.3
Catcierge version: 0.6.3
CMake Error at /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message):
Could NOT find CZMQ (missing: CZMQ_LIBRARIES CZMQ_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)
cmake/FindCZMQ.cmake:53 (find_package_handle_standard_args)
CMakeLists.txt:320 (find_package)
I tried to find/install packages like lib(c)zmq-dev, but with no success yet. I also manually compiled from zeromq, but the system can't find a czmq.h.
Did maybe a lib or file name change in a recent version?
Thank you
I tried to compily catcierge according to github readme.
Unfortunately, it does not find zmq library:
I tried to find/install packages like lib(c)zmq-dev, but with no success yet. I also manually compiled from zeromq, but the system can't find a czmq.h.
Did maybe a lib or file name change in a recent version?
Thank you