Last active
March 31, 2024 10:27
-
-
Save Staubgeborener/0455c557e14bc20dd26713f2c8256906 to your computer and use it in GitHub Desktop.
inotify installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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