mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 22:40:37 +00:00
sqlite dependency
This commit is contained in:
parent
c89d1cc8b0
commit
29682fd58b
@ -20,6 +20,10 @@ addons:
|
|||||||
- liblz4-tool
|
- liblz4-tool
|
||||||
# For building MUSL static builds on Linux.
|
# For building MUSL static builds on Linux.
|
||||||
- musl-tools
|
- musl-tools
|
||||||
|
# rga specific
|
||||||
|
- pandoc
|
||||||
|
- poppler-utils
|
||||||
|
- sqlite3
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
@ -25,7 +25,7 @@ similar:
|
|||||||
rga should compile with stable Rust. To install it, simply run
|
rga should compile with stable Rust. To install it, simply run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt install build-essential pandoc poppler-utils
|
apt install build-essential pandoc poppler-utils sqlite3
|
||||||
cargo install ripgrep_all
|
cargo install ripgrep_all
|
||||||
|
|
||||||
rga --help
|
rga --help
|
||||||
|
Loading…
Reference in New Issue
Block a user