When updating to R 3.2.0 I had to reinstall seewave
.
I managed to install the required packages fftw
, tuneR
, rgl
, and rpanel
.
But, when trying to compile seewave
I got the message:
stft.c:3:11: fatal error: 'sndfile.h' file not found
When updating to R 3.2.0 I had to reinstall seewave
.
I managed to install the required packages fftw
, tuneR
, rgl
, and rpanel
.
But, when trying to compile seewave
I got the message:
stft.c:3:11: fatal error: 'sndfile.h' file not found
On linux it is sufficient to install libsndfile library, for example with
sudo apt-get install libsndfile1-dev
On OS X just do:
brew install libsndfile
On CentOS, the package has a different name :
sudo yum install libsndfile-devel
I also had to install the fftw-devel yum package