joyent / libuv

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

readme/build: fix gyp clone url. #1548

Closed odeke-em closed 10 years ago

odeke-em commented 10 years ago

Cloning gyp via https://git.chromium.org/external/gyp.git throws a connection failed error. Switching to: git clone https://chromium.googlesource.com/external/gyp.git OR svn co http://gyp.googlecode.com/svn/trunk build/gyp works. This addresses issue #1547

saghul commented 10 years ago

Cheers Emmanuel! Landed in b174a84 (v1.x branch)

odeke-em commented 10 years ago

Thanks for merging it in!

saghul commented 10 years ago

Thanks for taking the time to contribute! <3

acornejo commented 10 years ago

@saghul this still leaves the issue that the generated gyp xcode project does not have an "install" target as referenced in #1545