Closed qianguozheng closed 6 years ago
sudo apt-get -y install build-essential libglu1-mesa-dev libpulse-dev libglib2.0-dev
@hello-code Thanks, but it doesn't work for me.
@qianguozheng Can you try docker? https://hub.docker.com/r/therecipe/qt/
@qianguozheng Did you maybe install the 64 bit version of Qt on a 32 bit system? Maybe try to change GOARCH to "amd64" or if you are really using a 32 bit system, try to install the 32 bit version of Qt.
@therecipe Thanks, yes I once use i386 while my environment is amd64, now I have switch to amd64 release version.
when I use go run main.go in qt/cmd/qtsetup folder, I got the below false, I got the qt sdk 5.10.0 and install it, everything is ok please help me check where an I wrong ? Thanks