Download the version:
$ git clone https://code.ill.fr/cameo/cameo.git --branch v1.0
Compile the Java sources:
$ cd cameo
$ mvn clean install
Get the server full jar:
cameo-server-jzmq/target/cameo-server-jzmq-1.0.0-full.jar
Get the console full jar:
cameo-console-jzmq/target/cameo-console-jzmq-1.0.0-full.jar
Compile and install the C++ API sources into a temporary directory e.g. /tmp/cameo-install :
$ cd cameo-api-cpp
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX:PATH=/tmp/cameo-install ..
$ cmake --build . --target install
Get the include and so files from the temporary directory.