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

581行目: 581行目:
  <syntaxhighlight lang="sh">
  <syntaxhighlight lang="sh">
  # 共通
  # 共通
  gmake -j $(nproc)
  cmake --build . --parallel $(nproc) または  cmake --build . --parallel $(nproc) > compile.txt 2>&1
  gmake install
  cmake --install .
  </syntaxhighlight>
  </syntaxhighlight>
<br>
<br>