I am trying to install Poco on Mac. I downloaded the basic edition from here. As per the instructions, I did configure
, then did make
. It took a long time, but it succeeded (my make
version is 3.81).
After this, when I did sudo make install
, it finished pretty quickly. But as per the documentation, which states that I should have the libraries installed in /usr/local
, I don't see them. The /user/local/include/Poco
has all necessary header files, and /user/local/lib
has lot of dynamic libraries like libPocoFoundationd.30.dylib
, etc, but I don't see the libraries which I need to use.
How do I get them? My system is OS X 10.10, Yosemite.