arntanguy / gram_savitzky_golay

C++ Implementation of Savitzky-Golay filtering based on Gram polynomials
BSD 2-Clause "Simplified" License
100 stars 29 forks source link

I can't install the libgram-savitzy-golay-dev.Is it still available? #12

Closed qxanggggg closed 2 months ago

qxanggggg commented 2 months ago

微信图片_20240623215208 My ubuntu version is 20.04

arntanguy commented 2 months ago

Sorry about that, indeed the bintray repository no longer exists and I haven't taken the time to set up a new one. In the meanwhile you can easily build the library from souce.

arntanguy commented 2 months ago

Please check out https://github.com/jrl-umi3218/gram_savitzky_golay for the latest version, including a valid apt repository for it. I will archive this repository to avoid confusions.