• Stars
    star
    16
  • Rank 1,268,970 (Top 26 %)
  • Language
    Zig
  • License
    MIT License
  • Created over 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Zig bindings to libpcre

Build status

To build, add to your build.zig:

const linkPcre = @import("vendor/libpcre.zig/build.zig").linkPcre;
try linkPcre(exe);
exe.addPackagePath("libpcre", "vendor/libpcre.zig/src/main.zig");

Supported operating systems:

  • Linux: apt install pkg-config libpcre3-dev
  • macOS: brew install pkg-config pcre
  • Windows: install vcpkg, vcpkg integrate install, vcpkg install pcre --triplet x64-windows-static