/sfw

A super fast and scaleable file watcher that provides a consistent interface on Linux, OSX and Windows

Primary LanguageC++

SFW - Sentinel File Watcher, a port of NSFW without the N bits

Windows

  • Open sfw.sln and build

Mac

  • Run ./build.sh -os mac -arch "i386 x86_64" (or whatever arch you need)

Linux

  • Run ./build.sh -os linux -arch "i386 x86_64" (or whatever arch you need)

Cross-compiling to linux from mac (64bit only)