Skip to content

Commit 1e0357a

Browse files
committed
Update README.md
1 parent 2a4f716 commit 1e0357a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010

1111
## Installation
1212

13-
To use **pcre2cpp**, you need to link it statically with your project. Simply download the latest release and follow these steps:
13+
To use **pcre2cpp**, simply download the latest release. There are no additional dependencies required.
1414

1515
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`).
16+
2. Link the `pcre2cpp` library statically in your build system (e.g., `CMake` or `Make`).
1817

1918
Example for linking in `CMake`:
2019
```cmake

0 commit comments

Comments
 (0)