Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/nuv
Native Abstractions for libuv.
https://github.com/thlorenz/nuv
Last synced: 13 days ago
JSON representation
Native Abstractions for libuv.
- Host: GitHub
- URL: https://github.com/thlorenz/nuv
- Owner: thlorenz
- Created: 2014-08-02T22:55:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-04T04:17:43.000Z (over 10 years ago)
- Last Synced: 2024-12-10T08:25:28.033Z (about 1 month ago)
- Language: C
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuv
Native Abstractions for libuv.
## build
### with make
```
make examples/uv-idle
```### with cmake
```
mkdir build && cd build
```#### make
```
cmake .. && make
```#### ninja
```
cmake .. -G Ninja && ninja
```#### xcode
```
cmake .. -G Xcode && open nuv.xcodeproj
```