Add Homebrew instructions to README.md

Close #9.
This commit is contained in:
Oleksii Filonenko 2019-09-24 09:23:03 +03:00
parent 763d26ac7f
commit 7ed47a0541
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1

View File

@ -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). 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 ### 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): 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):