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

Missing dependencies: inh and scdoc and newest meson needed #249

Open
Manamama opened this issue Nov 26, 2022 · 1 comment
Open

Missing dependencies: inh and scdoc and newest meson needed #249

Manamama opened this issue Nov 26, 2022 · 1 comment

Comments

@Manamama
Copy link

Manamama commented Nov 26, 2022

On e.g. Ubuntu 20.04.5 LTS, one needs first:

#install the missing dependencies:
sudo apt install scdoc
sudo apt install libinih-dev

#remove default meson and upgrade meson to the newest version
sudo apt remove meson
#upgrade it via pip instead
sudo pip install meson

to avoid

Run-time dependency inih found: NO (tried pkgconfig and cmake)
meson.build:29:0: ERROR: Dependency "inih" not found, tried pkgconfig and cmake

and similar.

@RamtinKosari
Copy link

that works, thank you

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