Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos in git instructions #145

Open
mderouss opened this issue Jun 28, 2022 · 1 comment
Open

Typos in git instructions #145

mderouss opened this issue Jun 28, 2022 · 1 comment

Comments

@mderouss
Copy link

Just starting to try building the libraries, noticed a few things.

  1. 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
  2. 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/

  1. 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.

@pedro-alves-ferreira
Copy link
Contributor

Hello!

Many thanks for your feedback. We will address all your comments as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants