直接安装完事

sudo apt-get install libfftw3-dev

 

手动安装的,在编译imagemagick时有问题 暂时放弃

http://www.fftw.org/download.html

 

wget http://www.fftw.org/fftw-3.3.8.tar.gz

tar xzvf fftw-3.3.8.tar.gz

cd ./fftw-3.3.8

./configure --enable-shared

make

sudo make install

sudo ldconfig

相关文章:

  • 2022-02-23
  • 2022-02-12
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-12-11
猜你喜欢
  • 2021-06-08
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2021-07-12
相关资源
相似解决方案