From cde50ac86badbee7a4f0aad4014550eea6e60a0f Mon Sep 17 00:00:00 2001 From: Konrad J Hambrick Date: Sun, 4 Jun 2017 22:07:16 +0700 Subject: system/fswatch: Added (A cross-platform file change monitor). Signed-off-by: Willy Sudiarto Raharjo --- system/fswatch/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 system/fswatch/README (limited to 'system/fswatch/README') 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 + -- cgit v1.2.3