Skip to content

thoughtworks-hpc/cte

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages