📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

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
   
   
mkdir build && cd build
  ./configure --prefix=<Gitのインストールディレクトリ> --with-python --with-perl --with-libpcre2
  ../configure prefix=<Gitのインストールディレクトリ> --with-python --with-perl --with-libpcre2
  make -j $(nproc) all
  make -j $(nproc) all
  make install
  make install