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

Meson #428

Open
splitice opened this issue Feb 2, 2023 · 1 comment
Open

Meson #428

splitice opened this issue Feb 2, 2023 · 1 comment
Labels
janitorial Cleanups of code and documentation that are not bug fixes and not new features.

Comments

@splitice
Copy link
Contributor

splitice commented Feb 2, 2023

Can we get a configure and makefile?

Even if it just calls meson. Compared to:

./configure
make install

meson is hardly intuitive

@gsliepen gsliepen added the janitorial Cleanups of code and documentation that are not bug fixes and not new features. label Mar 23, 2024
@gsliepen
Copy link
Owner

The equivalent of those two lines using Meson is:

meson setup build
meson install -C build

It's documented in INSTALL.md, but we can put those lines at the very top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
janitorial Cleanups of code and documentation that are not bug fixes and not new features.
Projects
None yet
Development

No branches or pull requests

2 participants