「インストール - Qt6 Raspberry Pi」の版間の差分

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>