Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 394 Bytes

File metadata and controls

20 lines (14 loc) · 394 Bytes

dxFeed Graal CXX API CMake Project Sample

Prerequisites

  • CMake
  • clang\gcc\Visual Studio 2019 and higher

Installation

Clone dxfeed-graal-cxx-api into third_party/dxfeed-graal-cxx-api. You can use git submodules.

Build

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release