|
From: Tim R. <timr@u.washington.edu> - 2002-11-08 00:57:36
|
Hi, I've integrated the Boost::uBLAS library into the BTK, and eliminated the homemade BTKVector and BTK*Matrix classes. To make things easier, I've checked in the version of Boost I used, and that I know works with the BTK. To get this, do a: cvs -z3 co boost before you do the usual cvs co btk routine. It's rather large, so you're going to want to be on a fast connection when you do this. Right now, the Makefiles have a BOOST_DIR variable that is set to look for Boost one directory above the btk directory. If you put Boost somewhere else, be sure to change this variable to reflect the correct locations. Otherwise, make should Just Work. -tim |