Skip to content

kbrddestroyer/AxonEngine

Repository files navigation

AxonEngine

Advanced eXchange Over Network

Work in progress, there's no stable version yet

Repository health status

Linux Build

Windows Build

MacOS Build

Before you start

Overview

Requirements

Conan

cd conan/
./install-deps.sh Debug
./install-deps.sh Release

Building

  1. Manual build from command prompt
mkdir cmake-build && cd cmake-build
cmake .. -DCMAKE-TOOLCHAIN-FILE=../conan/build/Debug/conan_toolchain.cmake -DBUILD_TESTS=ON -DBUILD_EXAMPLES=ON