slackbuilds/system/fswatch
Konrad J Hambrick cde50ac86b system/fswatch: Added (A cross-platform file change monitor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-06-06 07:56:31 +07:00
..
README system/fswatch: Added (A cross-platform file change monitor). 2017-06-06 07:56:31 +07:00
fswatch.SlackBuild system/fswatch: Added (A cross-platform file change monitor). 2017-06-06 07:56:31 +07:00
fswatch.info system/fswatch: Added (A cross-platform file change monitor). 2017-06-06 07:56:31 +07:00
slack-desc system/fswatch: Added (A cross-platform file change monitor). 2017-06-06 07:56:31 +07:00

README

fswatch is a cross-platfor file change monitor that receives notifications
when the contents of the specified files or directories are modified.

The fswatch.SlackBuild automatically builds the linux variant of fswatch.

If you would like to compile fswatch for another OS, please check the README
files that will be saved to /usr/doc/fswatch-${VERSION}/

The default compiler is clang++ however, if you prefer, fswatch can also be
compiled with g++:
   CXX="g++" ./fswatch.SlackBuild