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

Makefile recommends yum, when dnf is more current #166

Open
trafalmuffti opened this issue Apr 18, 2021 · 2 comments
Open

Makefile recommends yum, when dnf is more current #166

trafalmuffti opened this issue Apr 18, 2021 · 2 comments

Comments

@trafalmuffti
Copy link

@echo "If make fails on RedHat then first run:"
@echo ""
@echo "sudo yum install gcc-c++"
@echo ""
@echo ""
@echo "If make fails on CentOS then first run:"
@echo ""
@echo "sudo yum install gcc-c++ openssl-devel"

Makefile recommends yum, when dnf is more current on modern RedHat derived distributions.

@onlyjob
Copy link
Contributor

onlyjob commented May 5, 2021

IMHO those comments are better to be moved to README.

Also, isn't yum is just a symbolic link to dnf? If so then they are identical, although using dnf in docs is probably more correct.

@onlyjob
Copy link
Contributor

onlyjob commented Jun 18, 2021

I have moved build instructions to README in 857a62d but docs still need to be modernised for current distros.

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