Skip to content
Snippets Groups Projects
Commit afa99cb1 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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 !393
parents 9ee78ea4 d75b46c3
No related branches found
No related tags found
1 merge request!393Note the dependency on PCRE support in Git implied by the use of grep -P in the git hooks
......@@ -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`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment