Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 460 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 460 Bytes

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)