Merge pull request #29 from filalex77/patch-2

Add Homebrew instructions to README.md
windows
phiresky 5 years ago committed by GitHub
commit 40ea8670be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,13 +52,16 @@ Just unzip the [Windows binary release][latestrelease] anywhere, possibly somewh
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
### Homebrew/Linuxbrew
To get all necessary and optional dependencies:
`rga` can be installed with [Homebrew](https://brew.sh):
`brew install ripgrep pandoc poppler tesseract ffmpeg`
`brew install rga`
To install the dependencies:
`brew install pandoc poppler tesseract ffmpeg`
Then get the latest binary from [Releases][latestrelease].
### Compile from source
rga should compile with stable Rust (v1.36.0+, check with `rustc --version`). To build it, run the following (or the equivalent in your OS):

Loading…
Cancel
Save