As you may recall from a previews thread, I was looking for a way to install Boost Libraries. I found it, but now I have another problem.
Boost created 2 folders inside usr/local/ .
The first is the "include" folder which contains the boost header files. The second is the "lib" folder where all the dynamic libraries are stored for the boost libraries.
But I am having problems actually loading the libraries via Xcode. Is there any special configuration I must do in order to load the dynamic libraries into Xcode? What is the general rule for that?
Boost created 2 folders inside usr/local/ .
The first is the "include" folder which contains the boost header files. The second is the "lib" folder where all the dynamic libraries are stored for the boost libraries.
But I am having problems actually loading the libraries via Xcode. Is there any special configuration I must do in order to load the dynamic libraries into Xcode? What is the general rule for that?