bbc / audiowaveform

C++ program to generate waveform data and render waveform images from audio files
https://waveform.prototyping.bbc.co.uk
GNU General Public License v3.0
1.92k stars 243 forks source link

我们这个程序,支持Centos7_arm64安装吗? #153

Open suyansite opened 3 years ago

suyansite commented 3 years ago

最近有用到arm64的服务器,在该系统上启动centos7的容器,然后将容器打成镜像,但在容器内安装不了audiowaveform程序,说是不支持arm64,还有其他办法嘛?求助,感谢~

chrisn commented 3 years ago

Thank you for the question. I think you would have to compile audiowaveform yourself, as we do not currently have a binary RPM package for arm64 available. There's information on how to compile here.

We could extend our RPM packaging scripts to cross-compile an arm64 build, see https://github.com/bbc/audiowaveform/tree/master/rpm. A pull request to add this would be welcome, or I can try to do it.

suyansite commented 3 years ago

好的,非常感谢

chrisn commented 1 year ago

I have now created an arm64 package for Centos 7.

https://github.com/bbc/audiowaveform/releases/download/1.8.1/audiowaveform-1.8.1-1.el7.aarch64.rpm