BuildBits » History » Version 2
« Previous -
Version 2/21
(diff) -
Next » -
Current version
Chris Cannam, 2011-10-05 10:37 AM
Build Bits¶
We deliberately use out-of-date systems for SV and Sonic Annotator builds, so as to try to ensure the result works on as many machines as possible. These are some random notes piled up during build configuration.
Linux¶
Centos 5.4 32-bit¶
wget http://fftw.org/fftw-3.3.tar.gz tar xvzf fftw-3.3.tar.gz cd fftw-3.3 ./configure --enable-single make > make.log 2>&1 && sudo make install ./configure make clean make > make.log 2>&1 && sudo make install