mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-08 14:00:37 +00:00
add msvc redistributable to readme
This commit is contained in:
parent
0331aaa511
commit
002a5e3756
@ -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:
|
||||
|
BIN
exampledir/wasteland.mobi
Normal file
BIN
exampledir/wasteland.mobi
Normal file
Binary file not shown.
@ -1,4 +1,3 @@
|
||||
use failure::Fallible;
|
||||
use rga::adapters::*;
|
||||
use rga::preproc::*;
|
||||
use ripgrep_all as rga;
|
||||
|
Loading…
Reference in New Issue
Block a user