Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 871 Bytes

File metadata and controls

30 lines (21 loc) · 871 Bytes

CTE: CDCF Trading Engine

Build from source

Requires:

  • CMake 3.10 above
  • conan 1.24 above

Checkout to project root and run following commands:

$ conan remote add inexorgame "https://api.bintray.com/conan/inexorgame/inexor-conan"
$ conan remote add hpc "https://api.bintray.com/conan/grandmango/cdcf"
$ mkdir build && cd build
$ conan install .. --build missing
$ cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_paths.cmake
$ cmake --build . -j
$ ctest .

Related Project

CDCF: C++ Distributed Computing Framework

Document

CTE Develop Document