qemu-ios icon indicating copy to clipboard operation
qemu-ios copied to clipboard

Can't compile on apple silicon mac

Open Nardog10 opened this issue 9 months ago • 5 comments

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

Nardog10 avatar Feb 08 '25 03:02 Nardog10

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

Opuqide avatar Feb 09 '25 06:02 Opuqide

I tried "brew find glib" and it says unknown command

Nardog10 avatar Feb 09 '25 07:02 Nardog10

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.

Opuqide avatar Feb 09 '25 21:02 Opuqide

I do have a Apple Silicon Mac myself now so I will look into this 👍

devos50 avatar Apr 06 '25 09:04 devos50

@devos50 You got this! ❤

Opuqide avatar Apr 06 '25 12:04 Opuqide