You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgalt="Recording of a terminal session showing the PCRE2 quickstart; reproduced in text form below"width="787px"src="https://github.com/user-attachments/assets/7b90180e-276e-4202-b590-b72871cff91a">
<imgalt="Recording of a terminal session showing the PCRE2 quickstart; reproduced in text form below"width="787px"src="https://github.com/user-attachments/assets/9d3e9d99-96e3-430a-83c1-e08024d83d27">
@@ -174,9 +178,15 @@ The main ways of obtaining PCRE2 are:
174
178
175
179
Please use a release tag in production, not the development branch!
176
180
177
-
2. Via download of the [release tarball](https://github.com/PCRE2Project/pcre2/releases/latest).
181
+
Because PCRE2's JIT uses code from a Git submodule, you must check this out after a fresh clone:
182
+
183
+
```
184
+
git submodule update --init
185
+
```
186
+
187
+
3. Via download of the [release tarball](https://github.com/PCRE2Project/pcre2/releases/latest).
178
188
179
-
3. Finally, PCRE2 is also bundled by various downstream package managers (such as Linux distributions, or [vcpkg](https://vcpkg.io/)). These are provided by third parties, not the PCRE2 project.
189
+
4. Finally, PCRE2 is also bundled by various downstream package managers (such as Linux distributions, or [vcpkg](https://vcpkg.io/)). These are provided by third parties, not the PCRE2 project.
0 commit comments