I downloaded the MySQL Connector/C++ source tree, which has an 'include' and a 'lib' directory. Now I'm following the README.txt. I download CMake which launches as a program with a UI. The first step of the installation says
me@host:/path/to/mysql-connector-cpp> cmake .
I can't make much sense of this. Does this mean to cd into the directory of the source tree and then run cmake? On what file?
I found this this thread and these instructions but they seem unique to installation using the Xcode UI and I don't know how to apply them in the Terminal. I plan on compiling / running the C++ with g++.
Thanks,
fertileneutrino