Skip to content

Commit

Permalink
Merge 2f9c06b into 976cd8d
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Sep 12, 2019
2 parents 976cd8d + 2f9c06b commit 70a1372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get_started/CC++.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Binaries
Precompiled platform-dependent shared and static libraries are available on `Bintray <https://bintray.com/bstellato/generic/OSQP/0.6.0>`_.
We here assume that the user uncompressed each archive to :code:`OSQP_FOLDER`.

Each archive contains static :code:`OSQP_FOLDER/lib/libosqp.a` and shared :code:`OSQP_FOLER/lib/libosqp.ext` libraries to be used to interface OSQP to any C/C++ software.
Each archive contains static :code:`OSQP_FOLDER/lib/libosqp.a` and shared :code:`OSQP_FOLDER/lib/libosqp.ext` libraries to be used to interface OSQP to any C/C++ software.
The extension :code:`.ext` is platform dependent and is :code:`.so` for Linux, :code:`.dylib` for Mac and :code:`.dll` for Windows.
The required include files can be found in :code:`OSQP_FOLDER/include`.

Expand Down

0 comments on commit 70a1372

Please sign in to comment.