Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 788 Bytes

CC++.rst

File metadata and controls

24 lines (13 loc) · 788 Bytes

CC++ interface

Binaries

Precompiled platform-dependent shared and static libraries are available on Bintray. We here assume that the user uncompressed each archive to OSQP_FOLDER.

Each archive contains static OSQP_FOLDER/lib/libosqpstatic.a and shared OSQP_FOLER/lib/libosqp.ext libraries to be used to interface OSQP to any C/C++ software. The required include files can be found in OSQP_FOLDER/include.

Simply compile with the linker option with -LOSQP_FOLDER/lib and -losqp or -losqpstatic.

Sources

The OSQP libraries can also be compiled from sources. For more details see :ref:`build_from_sources`.