diff options
author | Konrad J Hambrick <kjhambrick@gmail.com> | 2018-01-19 18:57:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-20 07:01:16 +0700 |
commit | 174544edc7f9678941665ebf8d4a3731fae31338 (patch) | |
tree | f79c294b2fbc334e6249c611d91f4e1d4924eb1a /system/fswatch/README | |
parent | 877f40f72a361d923be6204a9bc390faff3825f5 (diff) | |
download | slackbuilds-174544edc7f9678941665ebf8d4a3731fae31338.tar.gz |
system/fswatch: Updated for version 1.11.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fswatch/README')
-rw-r--r-- | system/fswatch/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/fswatch/README b/system/fswatch/README index 26085d191a..9a2dc20522 100644 --- a/system/fswatch/README +++ b/system/fswatch/README @@ -1,4 +1,4 @@ -fswatch is a cross-platfor file change monitor that receives notifications +fswatch is a cross-platform 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. @@ -8,5 +8,6 @@ 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 |