Well, I’ve done some tinkering with Gentoo/Prefix on MacOS X. Not bad so far, although there’s a lot of packages not keyworded… (a bit like MIPS) and some packages I miss from regular Gentoo (e.g. crossdev). However, we can work on sorting this out over time.
For those of you who aren’t particularly fond of going on a copy/paste fest from the documentation, I decided rather than sit there all night and manually do it, I’d code up a script to do it for me. Behold: Gentoo MacOS X bootstrap script.
Usage:
$ export EPREFIX="${HOME}/.gentoo/amd64" $ export CHOST="x86_64-apple-darwin10" $ mkdir -pv "${EPREFIX}" $ sh do-bootstrap.sh
Recent Comments