Created
October 24, 2016 16:07
-
-
Save archf/341efde9dbb2603836c9edb3cfd21b3f to your computer and use it in GitHub Desktop.
install entr on centos
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
yum install -y libnotify.x86_64 gcc | |
wget http://entrproject.org/code/entr-3.6.tar.gz | |
tar -xzf entr-3* | |
cd eradman-entr-* | |
./configure | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment