MarkLogic Connect
MarkLogic Connect Client API Collection
|
How to install on Ubuntu using the provided so library files
Pull down the libraries from here: https://github.com/adamfowleruk/mlcplusplus/tree/develop/dist/ubuntu-raw
First grab the *nix header files for mlclient
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
This installs the Microsoft CPPREST library and mlclient.
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 ubuntu to do this is to:-
sudo add-apt-repository -y ppa:boost-latest/ppa sudo apt-get -y update sudo apt-get -y install g++ git make gflags libboost-all-dev libssl-dev cmake libboost-chrono-dev libboost-random-dev autoconf libcppunit-dev
Note apt-get does not yet install Google Logging.