Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
interface to libuv for mruby(experimental)
License
MIT
libuv
Current mruby-uv use libuv-v1.0.0.
In Windows mruby-uv doesn't provide libuv builder so install it before you use this.
In OS X install it with brew install libuv --devel to reduce build time.
Compiling libuv requires automake and libtool to be installed on the system.
You can install them on OS X with brew install automake libtool.