joyent / libuv

Go to
https://github.com/libuv/libuv
3.27k stars 653 forks source link

doc: mention homebrew in README #1554

Closed ghost closed 10 years ago

ghost commented 10 years ago

There's been a homebrew formula for libuv for a while: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/libuv.rb It allows one either to install a pre-built package or build it from scratches:

brew install libuv
brew install --HEAD libuv

I personally think this deserves to be mentioned in README.

saghul commented 10 years ago

I'd be OK with that! Mind sending a pull request? :-)

ghost commented 10 years ago

Not at all.

kvanbere commented 10 years ago

Maybe it's worth mentioning you MUST use --HEAD at the moment, as non-head is way too old #1553

ghost commented 10 years ago

Yes, I didn't mention the non-head option in the pull request at all.

take-cheeze commented 10 years ago

BTW there is --devel(latest unstable release which is 1.0.0-rc2 currently) option too.

saghul commented 10 years ago

PR landed, closing!