Ubuntu Boost dnld

I currently am running Ubuntu 9.04 (Jaunty Jackalope). I know 8.04 and
older
versions have to install Boost (see
http://gnuradio.org/trac/wiki/UbuntuInstall ). Do I need to install
anything
for Boost or is it already included?

View this message in context:
http://www.nabble.com/Ubuntu-Boost-dnld-tp23714660p23714660.html
Sent from the GnuRadio mailing list archive at Nabble.com.

Its already included…
From the link you have provided

sudo apt-get -y install swig g++ automake1.9 libtool python2.5-dev
fftw3-dev
libcppunit-dev libboost1.35-dev sdcc-nf libusb-dev
libsdl1.2-dev python-wxgtk2.8 subversion guile-1.8-dev
libqt4-dev python-numpy ccache python-opengl libgsl0-dev
python-cheetah python-lxml doxygen qt4-dev-tools
libqwt5-qt4-dev libqwtplot3d-qt4-dev

As you can see there is libboost1.35-dev…that takes care of it.