1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-11 00:23:59 +02:00

Note on PCRE2

This commit is contained in:
Ryan Greenup
2020-07-17 07:39:49 +10:00
parent aaedfb1712
commit 8c3c571315

View File

@@ -170,6 +170,10 @@ This was a dependency but I switched to java script
- [fzf](https://github.com/junegunn/fzf)
- [skim](https://github.com/lotabout/skim)
- [rg](https://www.google.com/search?client=firefox-b-d&q=ripgrep+github)
- Make sure to include `pcre2`, this comes in *Arch*, if using `cargo`:
```bash
cargo install ripgrep --features 'pcre2'
```
- [perl](https://wiki.archlinux.org/index.php/Perl)
- [python](https://www.python.org/download/releases/3.0/)
- [tmsu](https://aur.archlinux.org/packages/tmsu/)<sup>AUR</sup>