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

bug: install command for make, cmake and automake #7

Open
ankur0904 opened this issue Jan 2, 2024 · 0 comments
Open

bug: install command for make, cmake and automake #7

ankur0904 opened this issue Jan 2, 2024 · 0 comments

Comments

@ankur0904
Copy link

Describe the bug
The given command for installing the make, cmake and automake is not consistent.

yum install -y make cmake automake
  • yum need not be installed by default in some systems, we need to install it.
  • all linux distro does not support yum
    Screenshot from 2024-01-02 16-41-12

To Reproduce
Steps to reproduce the behavior:

  1. Go to here
  2. Scroll down to First we should install required tools:
  3. See command

Expected behavior
We can use package manager to install:

sudo apt install -y make cmake automake

Screenshot from 2024-01-02 15-16-29

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

1 participant