Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 387 Bytes

File metadata and controls

18 lines (17 loc) · 387 Bytes

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