coin-or/Clp

how does it work at windows

Closed this issue · 2 comments

ı cant install the clp how can ı do that ı am trying to understand explanation.There is no exe file

There are two places i know of, where binaries are available:

Apart from that, building on windows is doable (and not as hard as some other CoinOR libs).

This repository has a linked CI-pipeline where you can learn from:

And there is also:

Try the binaries first to evaluate if it's what you are looking for.

Thanks @sschnug for the summary. The binaries at https://bintray.com/coin-or/download/Clp#files now do include the DLLs, so you shouldn't need to have MSys2 installed anymore to use them. Note, however, that thsi is only currently true for the master branch builds.

For building from source, the instructions at https://coin-or.github.io/user_introduction#windows-1 are now pretty detailed and should make the build process straightforward.

I'm closing this issue for now, since I guess the question should be answered.