/aeron-julia

Julia Bindings for Aeron messaging

Primary LanguageC++MIT LicenseMIT

aeron-julia

Julia Bindings for Aeron messaging

Prerequisites

  • CMake C++ build language
  • Text editor such as Visual Studio Code or IDE such as CLion, Eclipse, etc.
  • Julia programming language

Installation

  1. Clone the repository
git clone https://github.com/IvanJericevich/aeron-julia.git
  1. If no submodules appear in the "external" directory, run
git submodule add <url> <path>

where submodules are specified in the ".gitmodules" file

Compilation

Navigate to the root of the project

cd <path to cloned repository>
cmake .

If A CMake build error occurs for not being able to find the Boost dependency, install Boost with

brew install Boost

Usage