Merge branch 'update-contrib-dependencies' into 'main'

Note the dependency on PCRE support in Git implied by the use of grep -P in the git hooks

See merge request tpo/core/arti!393
This commit is contained in:
Nick Mathewson 2022-03-08 14:57:51 +00:00
commit afa99cb1c8
1 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,10 @@ the SQLite 3 development files and shellcheck to successfully run git hooks.
- [Git](https://git-scm.com/downloads) note, for Linux, macOS, and some
Unix-like devices Git may be available via a package manager; `apt`, `brew`,
`yum`, `pacman`, etc.
`yum`, `pacman`, etc. Git needs to be compiled with PCRE support to allow
the use of `git grep -P` in the git hooks. PCRE support is the default in
some packages, but if you compile from source set `USE_LIBPCRE=YesPlease`
when running `make` or `--with-libpcre` when running `./configure`.
- SQLite 3 development files (e.g. available via `apt install libsqlite3-dev`)