BuildBits » History » Version 2

Version 1 (Chris Cannam, 2011-10-05 10:20 AM) → Version 2/21 (Chris Cannam, 2011-10-05 10:37 AM)

h1. 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.

h2. Linux

h3. Centos 5.4 32-bit

<pre>
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
</pre>