Solved json lib missing.. what to install

what part / pkg of json do I install to get this lib. as search returned a lot of stuff.
Code:
ld-elf.so.1: Shared object "libjsoncpp.so.1" not found, required by "cmake"
 
That should be part of jsoncpp package.
that worked, now it looks like its time to play hunt and install until cmake works.
Code:
/bin/mkdir -p /usr/ports/multimedia/avidemux-qt4/work/.build ld-elf.so.1: Shared object "libuv.so.1" not found, required by "cmake" *** Error code 1

got it down to
Code:
CMake Error at CMakeLists.txt:19 (MESSAGE):  Qt NOT FOUND -- Configuring incomplete, errors occurred! See also "/usr/ports/multimedia/avidemux-qt4/work/.build/CMakeFiles/CMakeOutput.log". *** Error code 1
and I do not see qt4 in pkgs. qt5 yes.
 
Back
Top