fireice-uk / libuv-cmake

Compile libuv using cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Compile libuv using cmake

License:MIT License


Languages

Language:CMake 100.0%