5b934c2a67
Explain how to update to a newer PCRE version.
707 B
707 B
PCRE sources used by wxWidgets
This directory contains PCRE version used by wxWidgets.
It was created by cloning https://github.com/rurban/pcre which is, in turn, a Git clone of the official PCRE2 subversion repository.
Updating PCRE
Fast-forward master to the new PCRE version, then merge it into wx branch
using git merge --no-commit
. Before committing the merge, additionally:
- Rerun autogen.sh.
- Copy
src/pcre2_chartables.c.dist
tosrc/pcre2_chartables.c
. - Examine changes to
src/pcre2.h.generic
andsrc/config.h.generic
and propagate them tosrc/wx/pcre2.h
andsrc/wx/config.h
respectively.
Add all changed files to the commit.