Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 348 Bytes

Tentative bindings for libuv.

Nothing is definitive, don't rely on it, it will blow up your dog.

Getting uv

Clone https://github.com/joyent/libuv/ somewhere, and from its directory, run:

git archive HEAD --prefix='uv/' | (cd path/to/ooc-uv ; tar xf -)

Then go in uv/ and hit make so you get a nice uv/uv.a

That's about it!