JaeseMarin / sfw

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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


Languages

Language:C++ 57.6%Language:C 20.0%Language:Makefile 9.4%Language:M4 7.6%Language:C# 4.1%Language:Shell 1.4%