Created
December 4, 2014 06:56
-
-
Save kamatari/5725d3c9d4b73e14021a to your computer and use it in GitHub Desktop.
install the_silver_searcher
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
$ apt-get install -y automake pkg-config libpcre3-dev zlib1g-dev liblzma-dev | |
$ git clone https://github.com/ggreer/the_silver_searcher.git | |
$ cd the_silver_searcher | |
$ ./build.sh | |
$ sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment