txdv / LibuvSharp

.NET bindings for libuv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibuvSharp Build Status License

This is a C# wrapper for the libuv library.

License

The wrapper is available under the MIT license. Note that the actual library is not licensed under the MIT license.

Compiling libuv

Windows

In order to compile libuv, open a Visual Studio Developer console and go to the subdirectory libuv and execute the following command:

vcbuild.bat release share

About

.NET bindings for libuv


Languages

Language:C# 99.0%Language:C 0.7%Language:Makefile 0.3%