Skip to content

Instantly share code, notes, and snippets.

@edcote
Created February 25, 2018 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edcote/16383af3f185e38250e0897848a57775 to your computer and use it in GitHub Desktop.
Save edcote/16383af3f185e38250e0897848a57775 to your computer and use it in GitHub Desktop.
COIN-OR

git clone https://github.com/coin-or/CoinUtils.git git clone https://github.com/coin-or/Osi.git git clone https://github.com/coin-or/Clp.git git clone https://github.com/coin-or/Cbc.git git clone https://github.com/coin-or/Cgl.git

cd CoinUtils make clean; ./configure --prefix=/opt/coin-or && make -j8 && sudo make install cd ..

cd Osi make clean; ./configure --prefix=/opt/coin-or && make -j8 && sudo make install cd ..

cd Clp make clean; ./configure --prefix=/opt/coin-or && make -j8 && sudo make install cd ..

cd Cgl make clean; ./configure --prefix=/opt/coin-or && make -j8 && sudo make install cd ..

cd Cbc make clean; ./configure --prefix=/opt/coin-or && make -j8 && sudo make install cd ..


rsyn -->

cmake -DCOIN_ROOT_DIR=/opt/coin-or -DBOOST_ROOT=/opt/boost_1_65_1 .. make VERBOSE=1

updatedb && locate libboost_program_options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment