-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Windows
Jesse Johnson edited this page Jul 26, 2014
·
38 revisions
There are several ways to install The Silver Searcher on Windows.
Install MinGW and MSYS (download page).
mingw-get install autotools
Install PCRE for Windows. Make sure you install it to /mingw
, which is C:\MinGW
by default. See the MinGW quickstart guide for more information on paths.
Run build.sh
.
cinst mingw
REM Add C:\mingw\bin to your path.
mingw-get install autotools
REM Get PCRE.
git clone git://github.com/ggreer/the_silver_searcher.git
cd the_silver_searcher
./build.sh
Install using chocolatey (easy)
TODO: demo chocolatey installation.
Or you can use native Visual Studio port: https://github.com/kjk/the_silver_searcher (compile instructions at: https://github.com/kjk/the_silver_searcher/blob/master/README-WINDOWS.md)