SDAFF Linux requirements.

Linux users need Boost 1.33.1

For Debian users: "emerge boost" will do the trick since this will install Boost 1.33.1.

For Ubuntu users: "apt-get install libboost-date-time-dev libboost-date-time1.33.1 libboost-dev libboost-doc libboost-filesystem-dev libboost-filesystem1.33.1 libboost-graph-dev libboost-graph1.33.1 libboost-iostreams-dev libboost-iostreams1.33.1 libboost-program-options-dev libboost-program-options1.33.1 libboost-python-dev libboost-python1.33.1 libboost-regex-dev libboost-regex1.33.1 libboost-signals-dev libboost-signals1.33.1 libboost-test-dev libboost-test1.33.1 libboost-thread-dev libboost-thread1.33.1" will install the necessary packages.

openSUSE 10.2 comes with Boost 1.33.1 packages, they just need to be installed from the DVD or online source.

Fedora Core 5 & 6, have Boost 1.33.1 packages available online, too.

Hopefully this fixes it for all the Linux users out there.

(log in to comment)

Comments

Hm, so on my Ubuntu (based on Debian) box I'll just do "emerge boost", as that other line seems too complicated. :) (emerge doesn't work on Debian last I knew; it's a gentoo command. I figure the debian command looks very similar to the Ubuntu one).
Quick and dirt patch to make it in Ubuntu (feisty)
# apt-get install libboost-python1.33.1
# cd /usr/lib
# ln -s libboost_python-gcc-mt-1_33_1.so.1.33.1 libboost-python1.33.1
Thanks, riq!
UPDATE:

BOOST INSTRUCTIONS

For Gentoo? users: "emerge boost" will do the trick

For Ubuntu users:

Quick and dirt patch to make it in Ubuntu (feisty)
# apt-get install libboost-python1.33.1
# cd /usr/lib
# ln -s libboost_python-gcc-mt-1_33_1.so.1.33.1 libboost-python1.33.1

openSUSE 10.2 comes with Boost 1.33.1 packages, they just need to be installed from the DVD or online source.

Fedora Core 5 & 6, have Boost 1.33.1 packages available online, too.

AUDIERE INSTUCTIONS

Download this: Audiere 1.9.4

extract, and in the folder type:

./configure

make

sudo make install

Hopefully this fixes it for all the Linux users out there.