Skip to content

Instantly share code, notes, and snippets.

@kamatari
Created December 4, 2014 06:56
Show Gist options
  • Save kamatari/5725d3c9d4b73e14021a to your computer and use it in GitHub Desktop.
Save kamatari/5725d3c9d4b73e14021a to your computer and use it in GitHub Desktop.
install the_silver_searcher
$ 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