coin-or / Cbc.old

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

[Trac #174] INSTALL readme contains incorrect information #36

Open s-c-e opened 5 years ago

s-c-e commented 5 years ago

image

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.

NOTE: This ticket is a duplicate of a ticket on github ​https://github.com/coin-or/Cbc/issues/8