mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
9 lines
543 B
Markdown
9 lines
543 B
Markdown
# PCRE Build Instructions
|
|
As of writing, we're using pcre v8.32
|
|
|
|
## Windows
|
|
We build with the MinSizeForRelease VS configuration using the target architecture you want. This is how both win libs are built. The following settings were selected in the CMAKE configuration
|
|

|
|
|
|
In the PCRE project, go to C/C++ configuration properties and select the Runtime Library to be Multi-threaded (`/MT`) instead of Multi-threaded DLL (`/MD`)
|