teragrep / jpr_01

Java PCRE Library
Apache License 2.0
5 stars 3 forks source link

How do I use it in Windows? #3

Closed su-404 closed 11 months ago

su-404 commented 1 year ago

How do I use it in Windows?

kortemik commented 1 year ago

You would need to compile the pcre2 wrapper, which resides in src/main/c, for windows and store the compiled library dll files to target/classes/win32-x86-64/. You might want to ask how to do that on stackoverflow.

We will accept a pr that compiles it with mingw cross compilation.