README.md 784 B

FileChangeObserver

Simple program to detect file changes in selected folders \ The program will notify the user that a file has been changed

Dependencies

  1. C++ Compiler (with C++17 support)
  2. CMake (>= 3.1)
  3. Boost library (>= 1.67.0)

Building / installing

Unix

  1. $ cd FileChangeObserver
  2. $ mkdir build && cd build
  3. $ cmake .. && make

Windows

  1. Download lastet installer from here
  2. Run windows setup_x64.exe and follow the instructions
  3. After installing, add path to folder (where you installed FileChangeObserver) to PATH environment variable (read here)

Using

Soon

Example

Soon