「インストール - Git」の版間の差分

ナビゲーションに移動 検索に移動
77行目: 77行目:
  cd git-<バージョン>
  cd git-<バージョン>
   
   
  make -j $(nproc) all prefix=<Gitのインストールディレクトリ>
make configure
  make install prefix=<Gitのインストールディレクトリ>
mkdir build && cd build
../configure prefix=<Gitのインストールディレクトリ>
  make -j $(nproc) all
  make install
<br>
<br>
~/.profileファイル等に、環境変数を追記する。<br>
~/.profileファイル等に、環境変数を追記する。<br>

案内メニュー