Possible Duplicate:
How to install boost c++ libraries in OSX
I want to use boost to serialize some objects in my game, but I got stuck when I wanted to use boost.
So I have downloaded and unzipped boost into a dir.
Now what?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might use macports which simplifies the installation of boost significantly.
Download macports from http://www.macports.org/
Run
sudo port install boostThis will download an install boost automatically. And also install all dependencies of boost.
Wait until boost is compiled. Takes about 0.5h on my macbook pro.
Your boost library is then found at
/opt/local/include/boost