summaryrefslogtreecommitdiffstats
path: root/system/fswatch/README
diff options
context:
space:
mode:
author Konrad J Hambrick2017-06-04 17:07:16 +0200
committer Willy Sudiarto Raharjo2017-06-06 02:56:31 +0200
commitcde50ac86badbee7a4f0aad4014550eea6e60a0f (patch)
treedd9040d76c05a76cc495e7e46159c9eda42ef7f6 /system/fswatch/README
parente4faeba342b8c1e119915e558d2e5f0e8b1fb085 (diff)
downloadslackbuilds-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/README12
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
+