-
Install PCRE.
-
Set the
LD_LIBRARY_PATH
variable:export LD_LIBRARY_PATH=$HOME/.local/lib
-
Edit
the_silver_searcher/build.sh
and change the line with./configure
to this:./configure --prefix=$HOME/.local $@ && \
-
Run
build.sh
:./build.sh
-
Run
make
:make install
Last active
December 22, 2015 00:49
-
-
Save eerohele/6392276 to your computer and use it in GitHub Desktop.
Compile the Silver Searcher from source into $HOME/.local
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment