On Fri, Jun 08, 2007 at 09:12:19AM -0700, Yigal Weinstein wrote:
> I downloaded BOOST via CVS but it looks really challenging to build.

If you're going to build Boost from sources, grab their tarball.

This is how I build version 1.33:

        (cd tools/build/jam_src && ./build.sh gcc)
        mkdir ../rootdir
        ./tools/build/jam_src/bin.*/bjam \
                -sTOOLS=gcc \
                --prefix=/home/cdfrey/software/boost/rootdir \
                --with-serialization \
                install

- Chris


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to