268行目: 268行目:
また、Qt 5.9以降は、<code>-no-use-gold-linker</code>オプションを追加する必要がある。<br>
また、Qt 5.9以降は、<code>-no-use-gold-linker</code>オプションを追加する必要がある。<br>
  cd ~/Program/Qt_Embedded
  cd ~/Program/Qt_Embedded
  git clone git://code.qt.io/qt/qtbase.git -b <Qtのバージョン>
  git clone git://code.qt.io/qt/qtbase.git -b <Qtのバージョン>
  cd qtbase
または
git clone https://github.com/qt/qtbase -b <Qtのバージョン>
  cd qtbase && mkdir build && cd build
   
   
  ./configure -release -opengl es2 -device <Raspberry Piのバージョン> \
  ./configure -release -opengl es2 -device <Raspberry Piのバージョン> \