qemu-ios
qemu-ios copied to clipboard
Can't compile on apple silicon mac
I have glib installed but it keeps giving me this error ../meson.build:710:10: ERROR: Dependency "glib-2.0" not found, tried pkgconfig I am running an M3 macbook air
I have glib installed but it keeps giving me this error ../meson.build:710:10: ERROR: Dependency "glib-2.0" not found, tried pkgconfig I am running an M3 macbook air
"../meson.build:710:10: ERROR: Dependency "glib-2.0" not found, tried pkgconfig"
Try to find glib using brew find glib, and if it shows, then install. Refer to RUNNING.md and install the dependencies required to run, and if you don't have them installed, brew will automatically install them.
Or, maybe you might not have brew added to your aliases after you installed Homebrew. So, be careful and read the instructions!!!
I hope this helps! <3
I tried "brew find glib" and it says unknown command
I tried "brew find glib" and it says unknown command
Then link the Homebrew command to your shell profile. It's important you link that command to your terminal.
I do have a Apple Silicon Mac myself now so I will look into this 👍
@devos50 You got this! ❤