Skip to content

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

@ankur0904

Description

@ankur0904

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions