ltfat / libltfat

Backend library for LTFAT
http://ltfat.github.io/libltfat
GNU General Public License v3.0
12 stars 2 forks source link

where is libltfat.so #21

Closed OswaldoBornemann closed 2 years ago

OswaldoBornemann commented 5 years ago

how can i find libltfat.so

susnak commented 5 years ago

You have to compile it. The default Makefile target makes only static libraries. You have to run

make shared

and similarly for libphaseret

make MODULE=libphaseret shared