Skip to content

Commit 5181480

Browse files
committed
Install lzma compression library for Ag
1 parent 93763c8 commit 5181480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fancy_echo "Installing Redis, a good key-value database ..."
4444

4545
fancy_echo "Installing The Silver Searcher (better than ack or grep) to search the contents of files ..."
4646
successfully git clone git://github.com/ggreer/the_silver_searcher.git /tmp/the_silver_searcher
47-
successfully sudo aptitude install -y automake pkg-config libpcre3-dev zlib1g-dev
47+
successfully sudo aptitude install -y automake pkg-config libpcre3-dev zlib1g-dev liblzma-dev
4848
successfully sh /tmp/the_silver_searcher/build.sh
4949
successfully cd /tmp/the_silver_searcher
5050
successfully sh build.sh

0 commit comments

Comments
 (0)