Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 597 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 597 Bytes

Dummy process example for OCC library

This example is built from the top-level CMakeLists.txt when BUILD_EXAMPLES is true.

For instructions on running it, see Run example.

Standalone build

For guidelines on building the example as a standalone project, see CMakeLists.txt.example.

Dependencies in aliBuild:

  • Control-OCCPlugin (provides the OCC library), which in turn requires
    • boost (for boost::program_options)
    • grpc
    • protobuf
    • FairMQ + FairLogger (only for the OCC plugin, not linked by OCC library)