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

More human friendly configuration process #1476

Open
luisalvarado opened this issue Nov 13, 2024 · 2 comments
Open

More human friendly configuration process #1476

luisalvarado opened this issue Nov 13, 2024 · 2 comments

Comments

@luisalvarado
Copy link

When using it directly from gihub, if you do ./build.sh configure on Ubuntu 24.04 or 24.10 it shows that it is missing meson and mako but it can not install them like this:

WARNING: Package(s) not found: mako

I can install them manually but someone that does not know will not know what to do, so maybe something to handle the installation and permission for packages like meson, mako

So the only 2 additional steps on both Ubuntu versions that were needed were

sudo apt install python3-mako
sudo apt install meson

But maybe something that faciliates not guessing would help new users of MangoHud.

@flightlessmango
Copy link
Owner

Would be pretty easy to nuke support for older ubuntu and just add these to the list of packages that need to be installed

@luisalvarado
Copy link
Author

luisalvarado commented Nov 18, 2024

Is that a good thing or bad thing? @flightlessmango

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