/tomopackets

A library for real-time tomography pipelines based on ZeroMQ

Primary LanguageC++

TomoPackets

Installation

  1. Get the submodules
    git submodule init
    git submodule update --remote
  2. Build ZMQ (if not yet installed globally)
    cd ext/libzmq/
    ./autogen.sh
    mkdir build && cd build
    cmake ..
    make
  3. (Optional) Build test server and python bindings
    # in project root directory
    mkdir build && cd build
    cmake ..
    make
  4. (Optional) Install using pip
    pip install -e .