You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just starting to try building the libraries, noticed a few things.
The dependency on 'CMake 3.9 >=' should be '3.19 >=', or else CMP0110 ( needed by config/cmake/ebu-list-cpp-requirements.cmake ) does not work
The text -
Core stream analyzer (c++)
When you meet all the pre-requisites, a quick way to start right away is:
./scripts/build_node.sh
ls ./build/bin/
does not build the C++. The result is a bit confusing to start with :) I think this should read -
Core stream analyzer (c++)
When you meet all the pre-requisites, a quick way to start right away is:
./scripts/build_cpp.sh
ls ./build/bin/
There are errors early in the build_cpp script output that I've not tracked down -
chmod: missing operand after ‘755’
Try 'chmod --help' for more information.
chmod: missing operand after ‘755’
Try 'chmod --help' for more information.
The text was updated successfully, but these errors were encountered:
Just starting to try building the libraries, noticed a few things.
does not build the C++. The result is a bit confusing to start with :) I think this should read -
The text was updated successfully, but these errors were encountered: