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

incorrect build instruction #98

Closed
takase1121 opened this issue Mar 13, 2021 · 1 comment
Closed

incorrect build instruction #98

takase1121 opened this issue Mar 13, 2021 · 1 comment

Comments

@takase1121
Copy link
Member

The instruction in the README says that meson compile -C build works, but I got

usage: meson [-h]
             {setup,configure,dist,install,introspect,init,test,wrap,subprojects,help,rewrite}
             ...
meson: error: unrecognized arguments: -C

When I try it.

Instead, ninja -C build worked.

My meson is 0.53.2, OS Ubuntu 20.04.2 LTS x86_64

@franko
Copy link
Member

franko commented Mar 14, 2021

The build instruction are correct but the "compile" command was added in Meson with version 0.54. I will modify the README and suggest using "ninja -C build" for older Meson version.

franko added a commit that referenced this issue Mar 14, 2021
@franko franko closed this as completed Mar 14, 2021
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