Skip to content

Commit

Permalink
add msvc redistributable to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
phiresky committed Jun 19, 2019
1 parent 0331aaa commit 002a5e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -50,6 +50,8 @@ rga will search for all binaries it calls in \$PATH and the directory itself is

Just unzip the [Windows binary release][latestrelease] anywhere, possibly somewhere in your \$PATH. It includes all necessary and optional dependencies.

If you get an error like `VCRUNTIME140.DLL could not be found`, you need to install [vc_redist.x64.exe](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).

### OSX

To get all necessary and optional dependencies:
Expand Down
Binary file added exampledir/wasteland.mobi
Binary file not shown.
1 change: 0 additions & 1 deletion src/bin/rga-preproc.rs
@@ -1,4 +1,3 @@
use failure::Fallible;
use rga::adapters::*;
use rga::preproc::*;
use ripgrep_all as rga;
Expand Down

0 comments on commit 002a5e3

Please sign in to comment.