We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75a5e3 commit cfa6cafCopy full SHA for cfa6caf
README.md
@@ -52,7 +52,8 @@ So I thought that writing a library to achieve those same abstractions in a clea
52
53
## Build dep and how to build
54
55
-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.
56
+On other platforms, you will need [libkqueue](https://github.com/mheily/libkqueue) too.
57
To build, you only need to issue:
58
59
$ mkdir build
0 commit comments