Skip to content

Instantly share code, notes, and snippets.

@Staubgeborener
Last active March 31, 2024 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Staubgeborener/0455c557e14bc20dd26713f2c8256906 to your computer and use it in GitHub Desktop.
Save Staubgeborener/0455c557e14bc20dd26713f2c8256906 to your computer and use it in GitHub Desktop.
inotify installation
git clone https://github.com/inotify-tools/inotify-tools.git
sudo apt-get install autoconf autotools-dev automake libtool
cd inotify-tools/
./autogen.sh
./configure --prefix=/usr
make
sudo make install
cd ..
rm -rf inotify-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment