Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
cameo
cameo
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 42
    • Issues 42
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Cameo
  • cameocameo
  • Wiki
  • Version 1.0

Version 1.0

Last edited by yannick legoc Nov 05, 2020
Page history

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.

Clone repository
  • JZMQ or JeroMQ?
  • Version 1.0
  • all tests
  • cpp installation
  • dependencies
  • developments
  • example of code
  • examples
  • Home
  • implementation
  • linux tests
  • python
  • windows compilation
  • windows package
  • windows tests