Skip to content

Add missing prerequisite for make command #97

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PrakiRikeki
Copy link

The quickstart.sh script requires the 'make' command, which is not installed by default on Ubuntu installations. This commit adds the necessary installation step for the build-essential package to the documentation.

  • Added instruction to install build-essential package
  • This resolves the "make: command not found" error during quickstart.sh execution
  • Improves user experience by preventing a common setup error

Related error:
./quickstart.sh: line 114: make: command not found

@stingalleman
Copy link

wouldn't it be better to close this PR and add a warning to quickstart.sh if make is missing?

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

Successfully merging this pull request may close these issues.

2 participants