
You can check out a specific release using a Gitįor example, to work with the v9.2 release instead of the master branch,Įnter the following commands in your local repo: Assuming you have already created a local repository (by git clone),.Download a previous release from the GitHub release page.You can get the source code for previous releases in either of the following ways: To retrieve the source code from the master branch, enter git clone -b master Download previous releases

(where you extract the files) must not contain any spaces. Warning: The full path to the installation directory

There are two distinct branches of the OR-Tools source code on Alpine Edge apk add git build-base linux-headers cmake xfce4-dev-tools Centos 8 yum groupinstall 'Development Tools' yum -y install pkgconfig Debian 10 sudo apt-get -y install git wget pkg-config build-essential cmake autoconf libtool zlib1g-dev lsb-release Ubuntu 21.10 sudo apt-get -y install git wget pkg-config build-essential cmake autoconf libtool zlib1g-dev lsb-release Ubuntu 20.04 LTS sudo apt-get -y install git wget pkg-config build-essential cmake autoconf libtool zlib1g-dev lsb-release Ubuntu 18.04 LTS sudo apt-get -y install git wget pkg-config build-essential cmake autoconf libtool zlib1g-dev lsb-release Download the source code
