MarkLogic Connect
MarkLogic Connect Client API Collection
Mac Installation from the raw dylib library files

How to install on a Mac using the provided dylib library files

Pull down the libraries and source from here: https://github.com/adamfowleruk/mlcplusplus/tree/develop/dist/osx-raw

Install include files

Unzip the include files archive, and copy the 'mlclient' folder in to /usr/local/include (i.e. a folder called mlclient should be found inside the 'include' folder).

Install compiled libraries

Unzip the library archive and place all files in to /usr/local/lib

Install dependencies

You will need to ensure the following system wide dependencies are installed.

You can run install-dependencies.sh to grab all these from source, or:

The easiest way on mac to do this is to install Brew, and then run (as a normal user):-

brew install openssl –universal brew install boost –universal brew install libiconv –universal brew install gflags

Note Brew does not yet install Google Logging.