We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4f716 commit 1e0357aCopy full SHA for 1e0357a
README.md
@@ -10,11 +10,10 @@
10
11
## Installation
12
13
-To use **pcre2cpp**, you need to link it statically with your project. Simply download the latest release and follow these steps:
+To use **pcre2cpp**, simply download the latest release. There are no additional dependencies required.
14
15
1. Download the latest release of **pcre2cpp**.
16
-2. Ensure that you have the PCRE2 library linked in your project (you will need it as a dependency).
17
-3. Link the `pcre2cpp` library statically in your build system (e.g., `CMake` or `Make`).
+2. Link the `pcre2cpp` library statically in your build system (e.g., `CMake` or `Make`).
18
19
Example for linking in `CMake`:
20
```cmake
0 commit comments