sos-os / kernel

The Stupid Operating System
Apache License 2.0
264 stars 16 forks source link

Install more dev dependencies with Homebrew on macOS #59

Closed hawkw closed 7 years ago

hawkw commented 8 years ago

It'd be nice if we could use Homebrew to install more of the macOS dev dependencies (like x86_64-pc-elf binutils and gcc, and objconv), so that they can be installed from the Brewfile rather than forcing everyone who wants to build SOS to run the install scripts.

hawkw commented 8 years ago

I've started working on Homebrew formulae for installing x86_64 cross tools. They seem to work correctly.

hawkw commented 8 years ago

b5c9775a01a14d2bd0a88fb8e6b792b907d9cb3a changes the install process to use my formulae for the x86_64-pc-elf toolchain. I'm still working on formulae for objconv and grub.

hawkw commented 8 years ago

I've also opened a pull request https://github.com/Homebrew/homebrew-core/pull/6804 to add a formula to objconv to homebrew/core. Hopefully my PR will be approved soon :)

hawkw commented 7 years ago

Closed by cb7a7fbdd3dfdd1424c2b0360c825667afd26793