Hi, somebody help!
I want to build bitshares_toolkit on my osx 10.8.4, but error message when "cmake -DCMAKE_PREFIX_PATH=/usr/local/ssl ."
-- Using custom FindBoost.cmake
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   coroutine
-- Configuring project fc located in: /Users/Deng/Desktop/bitshares/btsx/bitshares_toolkit/libraries/fc
-- Configuring fc to build on Unix/Apple
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
  Unable to find the requested Boost libraries.
  Boost version: 1.54.0
  Boost include path: /usr/local/include
  The following Boost libraries could not be found:
          boost_chrono
          boost_locale
  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  libraries/fc/CMakeLists.txt:68 (FIND_PACKAGE)
My cmake version is 2.8.12.2. 
I build it with BUILD_OSX.md, but was always stuck at the step of cmake.   Do you guys have libboost_chrono.a and libboost_locale files?