Skip to content

How are Visual Studio compatible builds generated? #580

Answered by svigerske
mahonbt1 asked this question in Q&A
Discussion options

You must be logged in to vote

Instructions for builds on Windows are in the docu: https://coin-or.github.io/Ipopt/INSTALL.html#SYSTEMPACKAGES_MSYS

The libraries attached to the releases are build this way by using the Intel C/C++/Fortran compilers.
Building Ipopt itself with Microsofts C/C++ compilers would work the same way as with the Intel compilers, but you will need to provide a linear solver still. Without a Fortran compiler, I think the only option on Windows is to use Pardiso from Intel MKL.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mahonbt1
Comment options

@svigerske
Comment options

Answer selected by svigerske
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants