Skip to content

Instantly share code, notes, and snippets.

@jwerle
Created September 2, 2014 15:15
Show Gist options
  • Save jwerle/7c2f99493924751dd62e to your computer and use it in GitHub Desktop.
Save jwerle/7c2f99493924751dd62e to your computer and use it in GitHub Desktop.
werle:~/repos/libuv-http ☀ master
√ make
git clone --depth 1 https://chromium.googlesource.com/external/gyp.git ./deps/gyp
Cloning into './deps/gyp'...
remote: Counting objects: 1631, done
remote: Finding sources: 100% (1631/1631)
remote: Total 1631 (delta 332), reused 980 (delta 332)
Receiving objects: 100% (1631/1631), 813.68 KiB | 0 bytes/s, done.
Resolving deltas: 100% (332/332), done.
Checking connectivity... done.
git clone --depth 1 git://github.com/joyent/libuv.git ./deps/libuv
Cloning into './deps/libuv'...
remote: Counting objects: 281, done.
remote: Compressing objects: 100% (243/243), done.
remote: Total 281 (delta 101), reused 83 (delta 35)
Receiving objects: 100% (281/281), 620.54 KiB | 0 bytes/s, done.
Resolving deltas: 100% (101/101), done.
Checking connectivity... done.
git clone --depth 1 git://github.com/joyent/http-parser.git ./deps/http-parser
Cloning into './deps/http-parser'...
remote: Counting objects: 16, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 16 (delta 0), reused 7 (delta 0)
Receiving objects: 100% (16/16), 45.82 KiB | 0 bytes/s, done.
Checking connectivity... done.
deps/gyp/gyp --depth=. -Goutput_dir=./out -Icommon.gypi --generator-output=./build -Dlibrary=static_library -Duv_library=static_library -f make -debug
werle:~/repos/libuv-http ☀ master
√ ls build
Makefile build.Makefile deps gyp-mac-tool libuv-http.target.mk
@heapwolf
Copy link

heapwolf commented Sep 2, 2014

ah ok, so this looks good, but now you just need to build something that uses the header file. i have a sample project im just throwing together now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment