Merge branch 'windows'

pull/18/head
phiresky 5 years ago
commit b9d27c0557

@ -1,5 +1,4 @@
language: rust
cache: cargo
dist: xenial
env:
global:

2
Cargo.lock generated

@ -936,7 +936,7 @@ dependencies = [
[[package]]
name = "ripgrep_all"
version = "0.9.2-alpha.0"
version = "0.9.3-alpha.0"
dependencies = [
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",

@ -4,7 +4,7 @@ name = "ripgrep_all"
description = "rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc."
license = "AGPL-3.0-or-later"
readme = "README.md"
version = "0.9.2-alpha.0"
version = "0.9.3-alpha.0"
repository = "https://github.com/phiresky/ripgrep_all"
authors = ["phiresky <phireskyde+git@gmail.com>"]
edition = "2018"

@ -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:

Binary file not shown.

@ -1,4 +1,3 @@
use failure::Fallible;
use rga::adapters::*;
use rga::preproc::*;
use ripgrep_all as rga;

Loading…
Cancel
Save