Building on macos #44
-
|
Looking to build the project on macos, and just keep banging my head into errors. Highlights include
I'm currently stuck on I know this is a bit just how building C++ projects goes, but I'm wondering if anyone has managed to build Glide on macos. And if so, what you needed to install to make it work? I'm staring to run out of steam here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
I primarily build glide on macOS fwiw. I don't remember running into many issues building, maybe you could try What's your macOS / xcode SDK version? If you're on an older xcode version, I'd recommend trying to update it. |
Beta Was this translation helpful? Give feedback.
@dwoznicki on a fresh VM running macOS 26, I managed to compile on the latest commit with
pnpm bootstrap && pnpm mach bootstrap --application-choice=browser && pnpm build(after changing the download script to use https)