Home > Mobile >  Ubuntu18.04.1 configuration qt cross compile environment prompt can not find the configure file
Ubuntu18.04.1 configuration qt cross compile environment prompt can not find the configure file

Time:04-20

I now want to in qt rk3308 32-bit platform development procedure, refer to: https://blog.csdn.net/weixin_44031368/article/details/108076798
This in writing your own auto. Hint: sh scripts run time./auto. Sh: 2:./auto. Sh:./configure: not found, what reason be excuse me?

Auto. Sh content is as follows:
#!/bin/sh
./configure
- the prefix/home/CND/Qt/Qt - arm
- confirm - license
- opensource
- release
- make libs
- xplatform Linux - aarch64 gnu - g + +
PCH -
Qt - libjpeg
Qt - libpng
Qt - zlib
- no - opengl
- no - sse2
No - the openssl
- no - cups
- no - glib
- no - dbus
- no - XCB
- no - separate - debug - info \

Download qt source package for: qt - everywhere - SRC - 5.12.10

CodePudding user response:

Source extract out is impossible without the configure file your script to put in the right path
  •  Tags:  
  • Qt
  • Related