Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 566 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 566 Bytes

About

Conan recipe for QuickFIX (The QuickFIX Software License)

The recipe currently supports two options: build with emx and build with ssl, both defaulted to false. With ssl enabled openssl will be installed as a dependency, so there is no reliance on any existing openssl installation.

The recipe requires Conan 1.20.0 or higher.

The recipe supports only Windows atm. Tested on [Windows, Visual Studio 15]

Example:

conan create <path-to-recipe> quickfix/1.15.1@<username>/<channel> -o emx=True -o ssl=True