coin-or / Cbc.old

This is a mirror of the subversion repository on COIN-OR
https://projects.coin-or.org/Cbc
Other
86 stars 31 forks source link

INSTALL readme contains incorrect information #8

Closed dafrick closed 6 years ago

dafrick commented 7 years ago

In the INSTALL file the option of fetching the code form github its detailed, however the second part about fetching the dependecies does not work. Git returns this when I try:

fatal: repository 'https://github.com/coin-or/BuildTools/' not found

Below the part of the INSTALL document I am referring to:

   download stable version 2.9, as an example, you would execute
   the command

   git clone --branch=stable/2.9 https://github.com/coin-or/Cbc Cbc-2.9

   With git, you additionally, need to fetch the dependencies. To do so,
   execute

   cd Cbc-2.9
   git clone --branch=stable/0.8 https://github.com/coin-or/BuildTools
   BuildTools/get.dependencies fetch

I managed to install Cbc (including its dependencies) using the tarball from http://www.coin-or.org/download/source/Cbc.

tkralphs commented 6 years ago

Fixed in 37cf7d6