diff options
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 26085d191a263..9a2dc20522c1a 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 |