snowballstem / snowball

Snowball compiler and stemming algorithms
https://snowballstem.org/
BSD 3-Clause "New" or "Revised" License
757 stars 173 forks source link

brew install snowball #169

Closed ankane closed 2 years ago

ankane commented 2 years ago

Hi, just wanted to share that the C library is now available on Homebrew, so Homebrew users can install it with:

brew install snowball

Homebrew precompiles libraries for Mac x86-64, Mac arm64, and Linux x86-64, so installation is pretty much instant 🎉

Also, it'd be nice if the makefile could build a shared library (#34). It looks like Debian applies patches for this. If #160 or similar is merged for Linux, I can submit a PR to extend support to Mac.

Ref: https://github.com/Homebrew/homebrew-core/pull/111779