Simple program to detect file changes in selected folders

AlexCr4ckPentest 4c5e8f31e6 fix undefined referense error on UNIX based OS il y a 3 ans
include c22cf9ad4f Add files via upload il y a 3 ans
src c22cf9ad4f Add files via upload il y a 3 ans
CMakeLists.txt 4c5e8f31e6 fix undefined referense error on UNIX based OS il y a 3 ans
LICENSE 0b8f732260 Initial commit il y a 3 ans
README.md 1b7b237898 Update README.md il y a 3 ans

README.md

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