Skip to content

Instantly share code, notes, and snippets.

@dtxe
Last active April 26, 2024 21:41
Show Gist options
  • Save dtxe/212a2cb1bcc0b700850085ab4bc0e8dd to your computer and use it in GitHub Desktop.
Save dtxe/212a2cb1bcc0b700850085ab4bc0e8dd to your computer and use it in GitHub Desktop.
Installing DSI studio on Ubuntu 20.04

Install packages

pip install aqtinstall
aqt install-qt linux desktop 6.5.0 -m qtcharts --outputdir /opt/qt6
sudo apt install libxcb-cursor-dev

Set environment variables

export QTDIR="/opt/qt6/6.5.0/gcc_64"
export PATH="$QTDIR/bin:$PATH"
export LD_LIBRARY_PATH="$QTDIR/lib:$LD_LIBRARY_PATH"

Update qt.conf

# Generated by linuxdeployqt
# https://github.com/probonopd/linuxdeployqt/
[Paths]
Prefix = /opt/qt6/6.5.0/gcc_64
Plugins = plugins
Imports = qml
Qml2Imports = qml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment