$ wget https://www.kernel.org/pub/software/scm/git/git-2.9.5.tar.gz $ tar vfx git-2.9.5.tar.gz $ cd git-2.9.5 $ make configure $ ./configure --prefix=/usr $ make all $ sudo make install
目次
$ wget https://www.kernel.org/pub/software/scm/git/git-2.9.5.tar.gz $ tar vfx git-2.9.5.tar.gz $ cd git-2.9.5 $ make configure $ ./configure --prefix=/usr $ make all $ sudo make install