12,796
回編集
129行目: | 129行目: | ||
<br> | <br> | ||
Gitをビルドおよびインストールする。<br> | Gitをビルドおよびインストールする。<br> | ||
この時、ビルドディレクトリを作成してはならない。<br> | |||
tar xf git-<バージョン>.tar.gz | tar xf git-<バージョン>.tar.gz | ||
cd git-<バージョン> | cd git-<バージョン> | ||
134行目: | 135行目: | ||
make configure | make configure | ||
./configure --prefix=<Gitのインストールディレクトリ> --with-python --with-perl --with-libpcre2 | |||
make -j $(nproc) all | make -j $(nproc) all | ||
make install | make install |