Skip to content

Releases: strozfriedberg/lightgrep

Release list

1.5.0

Choose a tag to compare

@sf-jonstewart sf-jonstewart released this 08 Aug 17:52

Lightgrep 1.5.0

Released 2024-08-08

Shipped by Jon Stewart, Julia Paluch, Joel Uckelman, and Kim Stone.

Lightgrep includes both liblightgrep with some minor API changes and a lightgrep executable for searching files on the command-line

For building on Linux or macOS, please use a recent C++ compiler. Required packages should include: autoconf make pkg-config cmake bison libicu-dev libboost-dev libboost-program-options-dev libtool. To build the unit tests, Catch2 will also need to be installed and discoverable.

./configure # use --help to see options
make -j8
make install

A statically linked Windows 64 executable is also available. It was built with mingw64.

Please open github issues here for any help needed. Thank you!