Documentation for QuickFIX/C++ (with Python and Ruby)

Installation

Building

Windows

Open quickfix_vs10.sln, quickfix_vs11.sln, or quickfix_vs12.sln.

Batch build all projects. lib\quickfix.lib and lib\debug\quickfix.lib can be linked into your application. Header files are copied to the include directory.

Compile time options are controlled from the config_windows.h file in the src directory. The following options are supported:

Linux / Solaris / FreeBSD / Mac OS X

./configure && ./make
sudo make install

You can also run configure with the --prefix= option to install to a custom location.

./configure options:

When using the SUNPro compiler:

  • CC=<full path to SUNPro CC binary>
  • CFLAGS=-g -xs
  • CXX=<full path to SUNPro CC binary>
  • CXXFLAGS=-g -xs
  • LD=<full path to SUNPro CC binary>
  • LDFLAGS=-g -xs -lCstd
  • AR=<full path to SUNPro CC binary>
  • AR_FLAGS=-g -xs -xar -o