snowballstem / snowball

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

Update of #42 used to package for alpine linux #160

Open a16bitsysop opened 2 years ago

a16bitsysop commented 2 years ago
MehdiChinoune commented 1 year ago

This couldn't be used on Windows!

a16bitsysop commented 1 year ago

would the debian version work under windows? https://salsa.debian.org/debian/snowball/-/blob/debian/latest/debian/patches/shared-library.diff

MehdiChinoune commented 1 year ago

would the debian version work under windows? https://salsa.debian.org/debian/snowball/-/blob/debian/latest/debian/patches/shared-library.diff

No, Windows has .dll extension for dynamic libraries, and also requires another file called import library with .dll.a extension to be generated.