31 Aug
2004
31 Aug
'04
3:26 a.m.
On Mon, Aug 30, 2004 at 05:03:30PM -0700, Fred J. wrote:
Hello I am stuck, here is my info, thanks much
boost install steps for i686-pc-Linux debian-GNU/Linux 2.6.8
For debian, you can install boost using this simple command apt-get install libboost-dev (include libboost-python-dev, libboost-regex-dev, etc if you require other compiled libs) If you're using "stable" or "testing" and want boost 1.31, it's more complicated but you can build from the debian sources. Put the following line in /etc/apt/sources.list deb-src http://ftp.debian.org/debian unstable main then run apt-get update fakeroot apt-get source --build boost -Steve