Skip to content

Building the source CLP on MS Visual Studio 2019 #182

Answered by jhmgoossens
vpranjal asked this question in Q&A
Discussion options

You must be logged in to vote

:-) Yes, all the dependencies. Have a look at https://coin-or.github.io/user_introduction.html
In short, the advised way is to let coinbrew grab all the dependencies for you and do the build.

Personally, I prefer to build without coinbrew so git clone (or download as zip) the dependencies manually and build in Visual Studio. For Clp, this means to git clone Clp, CoinUtils, Osi, and BuildTools, and make sure they are in the same root folder (like repos/Clp, repos/CoinUtils, repos/Osi, repos/BuildTools) such that the relative paths in the solution & projects find each other. The VS2019 (v16) solutions and projects should work.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@vpranjal
Comment options

Comment options

You must be logged in to vote
7 replies
@jhmgoossens
Comment options

@jhmgoossens
Comment options

@vpranjal
Comment options

@jhmgoossens
Comment options

@vpranjal
Comment options

Answer selected by vpranjal
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