summaryrefslogtreecommitdiffstats
path: root/system/fswatch/README
blob: 9a2dc20522c1a16ef5ed95940c086bfeabbe2141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.

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