Building Boost on MacOS X
From Micro-Manager
As of this writing, MM is using the Boost 1.40 release. There are reasonably complete instructions here: http://www.boost.org/doc/libs/1_40_0/more/getting_started/unix-variants.html
Briefly:
- Download boost
- ./bootstrap.ch, (to build the bjam tool)
- sudo ./bjam install
