Skip to content

Commit

Permalink
Add libkqueue to list of dependencies for other platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Nov 28, 2018
1 parent a75a5e3 commit cfa6caf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -52,7 +52,8 @@ So I thought that writing a library to achieve those same abstractions in a clea

## Build dep and how to build

You only need cmake to build libmodule; it does not depend upon external software.
You only need cmake to build libmodule on Linux and BSD/osx; it does not depend upon external software.
On other platforms, you will need [libkqueue](https://github.com/mheily/libkqueue) too.
To build, you only need to issue:

$ mkdir build
Expand Down

0 comments on commit cfa6caf

Please sign in to comment.