MarkLogic Connect
MarkLogic Connect Client API Collection
|
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
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).
Unzip the library archive and place all files in to /usr/local/lib
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.