Seeed_Python_ReTerminalQt5Examples icon indicating copy to clipboard operation
Seeed_Python_ReTerminalQt5Examples copied to clipboard

something missing

Open SNEF-CBI opened this issue 3 years ago • 8 comments

Hi again,

for this last parts :

git clone git://code.qt.io/qt/qtquicktimeline
cd qtquicktimeline
qmake 
make
sudo make install 

qmake did'nt do anything, like a missing configuration file for this git repository

SNEF-CBI avatar Mar 07 '22 20:03 SNEF-CBI

Hello,

Could you please tell me your environment?

  • Hardware used
  • OS installed
  • And more info

Thank you

lakshanthad avatar Mar 08 '22 02:03 lakshanthad

Same issue here. Fresh Raspberry Pi OS 64-bit (Debian 11 Bullseye)

jsb5151 avatar Mar 08 '22 03:03 jsb5151

Hello @SNEF-CBI @SNEF-CBI,

I have tried it and it seems you need to install the compilation tools by separating into two as follows:

sudo apt install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
sudo apt install qtdeclarative5-private-dev qtbase5-private-gles-dev

After that please try again.

I have updated the README as well.

Thank you.

lakshanthad avatar Mar 08 '22 04:03 lakshanthad

Hi,

I use Fresh reTerminal without any update (receive today)

SNEF-CBI avatar Mar 08 '22 05:03 SNEF-CBI

Hi,

I use Fresh reTerminal without any update (receive today)

Hello, If you have fresh reTerminal, you do not need to install anything for Qt. Everything is pre-installed. Also the Qt demo app you find in this repo is pre-installed. You can see an icon of the demo app on the RPi OS Desktop and can open it by double clicking it.

lakshanthad avatar Mar 08 '22 05:03 lakshanthad

I don't see any .pro file in the qtquicktimeline dir/repo so that's probably why it's not working.

jsb5151 avatar Mar 08 '22 16:03 jsb5151

Hello @jsb5151,

Please follow this:

Step 1: Execute the following:

sudo apt install at-spi2-core onboard qml-module-qtquick-shapes python3-pyside2.qtqml python3-pyside2.qtcore python3-pyside2.qtnetwork python3-pyside2.qtgui python3-pyside2.qtwidgets python3-pyside2.qtquick qtquickcontrols2-5-dev qml-module-qtcharts qml-module-qtquick-controls qml-module-qtquick-controls2 python3-evdev python3-psutil

Step 2: Replace "Seeed_Python_ReTerminalQt5Examples/imports/aarch64/QtQuick" with the file below: https://files.seeedstudio.com/wiki/ReTerminal/Qt/QtQuick.tar.gz

And let me know the result

Thank you.

lakshanthad avatar Mar 09 '22 02:03 lakshanthad

Hello,

Please check my updated instructions: https://github.com/Seeed-Studio/Seeed_Python_ReTerminalQt5Examples/blob/main/README.md

lakshanthad avatar Mar 10 '22 09:03 lakshanthad

Closing this issue. If you have any further problem. Please reopen it or create a new one. Thank you guys~

bigbearishappy avatar Oct 15 '24 09:10 bigbearishappy