Skip to content

Commit cfa6caf

Browse files
authored
Add libkqueue to list of dependencies for other platforms.
1 parent a75a5e3 commit cfa6caf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ So I thought that writing a library to achieve those same abstractions in a clea
5252

5353
## Build dep and how to build
5454

55-
You only need cmake to build libmodule; it does not depend upon external software.
55+
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.
5657
To build, you only need to issue:
5758

5859
$ mkdir build

0 commit comments

Comments
 (0)