Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the documentation? #5

Closed
xaionaro opened this issue May 23, 2014 · 2 comments
Closed

Where is the documentation? #5

xaionaro opened this issue May 23, 2014 · 2 comments

Comments

@xaionaro
Copy link

Hello.

Is there anywhere a documentation about how to use the library?

@xaionaro xaionaro changed the title Where's documentation Where is the documentation May 23, 2014
@xaionaro xaionaro changed the title Where is the documentation Where is the documentation? May 23, 2014
@dmatveev
Copy link
Owner

Hi Dmitry,

Since the library provides the same (but limited) behavior as Linux inotify(7), the documentation for inotify is applicable to libinotify-kqueue.

To actually use the library, all you need is to link your application on *BSD with it:

  • Specify library include directories with -I flag to the compiler.
  • Specify library to the linker with -L and -l (-linotify) flags.

Note that the library does not supports IN_OPEN, IN_CLOSE_WRITE, IN_CLOSE_NOWRITE events and also does not support additional functions using fcntl().

@xaionaro
Copy link
Author

Ok, thanks. But IMHO an example is required :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants