Skip to content
a-pavlov edited this page Feb 1, 2013 · 2 revisions

Prepare your mac:
1. Install XCode
2. Install mac ports from http://www.macports.org/install.php. Don’t forget port -v selfupdate
Install dependencies:
sudo /opt/local/bin/port install boost
sudo /opt/local/bin/port install scons
3. Download logging and unpack into /opt/local/include/boost
4. Building
export BOOST_ROOT=/opt/local/include
export PATH=$PATH:/opt/local/bin
scons —boost-mt

Clone this wiki locally