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:
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
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:
Below the part of the INSTALL document I am referring to:
I managed to install Cbc (including its dependencies) using the tarball from http://www.coin-or.org/download/source/Cbc.