12,925
回編集
77行目: | 77行目: | ||
cd git-<バージョン> | cd git-<バージョン> | ||
make -j $(nproc) all | make configure | ||
make install | |||
mkdir build && cd build | |||
../configure prefix=<Gitのインストールディレクトリ> | |||
make -j $(nproc) all | |||
make install | |||
<br> | <br> | ||
~/.profileファイル等に、環境変数を追記する。<br> | ~/.profileファイル等に、環境変数を追記する。<br> |