summaryrefslogtreecommitdiffstats
path: root/system/fswatch/README
diff options
context:
space:
mode:
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
+