<div dir="ltr"><div>Generally speaking, what can/should be installed is everything in </div><div><br></div><div>build/include </div><div>build/share </div><div>build/lib</div><div>build/bin</div><div><br></div><div>However, you cannot really just copy these files over. Some will not work correctly if relocated (for example, the .pc files will have incorrect paths). There is a final install step that can be executed if you want them to end up in a system directory. If you add something like </div><div><br></div><div>--prefix=/usr/local </div><div><br></div><div>to the build command, e.g.,</div><div><br></div><div>./coinbrew build --prefix=/usr/local</div><div><br></div><div>then you will be able to install in /usr/local with</div><div><br></div><div>sudo ./coinbrew install Cbc</div><div><br></div><div>For technical reasons, I'm planning to combine these two steps in the near future so that each project will be installed before the next one is built.</div><div><br></div><div>I don't think it's easily possible to install in the directories you suggest at the moment. Everything should be installed in the same root directory, e.g., /usr or /usr/local/. As far as I know, you can't install libraries in one directory and header files in another with the autotools. </div><div><br></div><div>Ted</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 5, 2019 at 8:59 AM Daniel Grace <<a href="mailto:danwgrace@gmail.com">danwgrace@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I managed to compile / make install CLP and CBC from source. I'm wondering is there anything special I have to do with the <span class="gmail_default" style="font-family:arial,helvetica,sans-serif">resulting </span>files<span class="gmail_default" style="font-family:arial,helvetica,sans-serif">,</span> other than <span class="gmail_default" style="font-family:arial,helvetica,sans-serif">(sudo) </span>copy the...<br><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">- library files ".so" to "/usr/lib/x86_64-linux-gnu"</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">- package config files ".pc" to "/usr/lib/x86_64-linux-gnu/pkgconfig"</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">- header file ".hpp" to "/usr/include/coin"<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">- executables to "/usr/bin" ?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I.e. is there a script that will do this for me?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div></div>
_______________________________________________<br>
Cbc mailing list<br>
<a href="mailto:Cbc@list.coin-or.org" target="_blank">Cbc@list.coin-or.org</a><br>
<a href="https://list.coin-or.org/mailman/listinfo/cbc" rel="noreferrer" target="_blank">https://list.coin-or.org/mailman/listinfo/cbc</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Dr. Ted Ralphs<br>Professor, Industrial and Systems Engineering<br>Lehigh University<br>(610) 628-1280<br>ted 'at' lehigh 'dot' edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br></div></div></div></div></div></div></div></div>