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

Updated README #236

Closed
wants to merge 1 commit into from
Closed

Conversation

kacperpaczos
Copy link

Fixed: meson.build:4:0: ERROR: Unknown options: "deprecated_warnings"

Comment on lines -28 to +31
ninja -C debian/build
ninja -C debian/build install

```shell
meson build debian/build
meson compile -C debian/build
meson install -C debian/build
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason you removed the existing commands and replaced them? The new commands are also duplicative and incorrect. For me, meson build debian/build generates errors but this is also duplicative of the command that works from step 1. This is on systems with meson version 0.61.2. Also, meson compile and meson install both just run the ninja commands from the previous commands that were in the documentation. Same for the uninstall steps that come after this. I don't understand the need to obfuscate those commands.

Apologies if there's any confusion on my part.

@clefebvre clefebvre marked this pull request as draft November 19, 2023 13:35
@mtwebster
Copy link
Member

96ae2a5

The 'deprecated_warnings' is a typo, which is why you were getting this error.

@mtwebster mtwebster closed this Jan 31, 2024
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.

3 participants