abb128 / april-asr

Speech-to-text library in C
GNU General Public License v3.0
163 stars 14 forks source link

Add SONAME for shared lib #13

Closed phodina closed 1 year ago

phodina commented 1 year ago

Hi @abb128 , this fixes packaging issue for Alpine Linux and other distribution as the shared library does not have SONAME.

The original request can be looked up here

phodina commented 1 year ago

Also with the SONAME there should be a version of the project to provide compatiblity between the versions.