diff options
author | Konrad J Hambrick <kjhambrick@gmail.com> | 2017-06-04 22:07:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-06 07:56:31 +0700 |
commit | cde50ac86badbee7a4f0aad4014550eea6e60a0f (patch) | |
tree | dd9040d76c05a76cc495e7e46159c9eda42ef7f6 /system/fswatch/README | |
parent | e4faeba342b8c1e119915e558d2e5f0e8b1fb085 (diff) | |
download | slackbuilds-cde50ac86badbee7a4f0aad4014550eea6e60a0f.tar.gz |
system/fswatch: Added (A cross-platform file change monitor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fswatch/README')
-rw-r--r-- | system/fswatch/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/fswatch/README b/system/fswatch/README new file mode 100644 index 0000000000..26085d191a --- /dev/null +++ b/system/fswatch/README @@ -0,0 +1,12 @@ +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 + |