/libuv-cmake

Compile libuv using cmake

Primary LanguageCMakeMIT LicenseMIT

libuv-cmake

Compile libuv library using cmake.

Build instructions

Clone the project on GitHub.

$ git clone https://github.com/dacap/libuv-cmake
$ cd libuv-cmake
$ git submodule init
$ git submodule update

Build repository.

$ mkdir build
$ cd build
$ cmake ../.
$ make