forked from trevnorris/libuv-examples
-
Notifications
You must be signed in to change notification settings - Fork 1
Simple examples of how to use libuv
License
rwaldron/libuv-examples
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
libuv examples Each script here is a small example of how to use libuv. Each of these were compiled against libuv v0.11.22. The Makefile is pretty shabby, but it has a few basics. First, to build libuv just run: $ make libuv.a Then you can run make against any given target file by doing: $ BUILDFILE=<filename> make This will compile the file to ./run. You can also specify the name of the output file like so: $ OUTFILE=<filename> make That about covers it. If you see any issues/improvements PRs are more than welcome.
About
Simple examples of how to use libuv
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 91.4%
- Makefile 8.6%