Skip to content

Instantly share code, notes, and snippets.

@buldo
Created January 20, 2023 20:28
Show Gist options
  • Save buldo/5ef7fa562296ba341355bae926a2091e to your computer and use it in GitHub Desktop.
Save buldo/5ef7fa562296ba341355bae926a2091e to your computer and use it in GitHub Desktop.
QOpenhd on radxa-zero

Building

git clone --recurse-submodules https://github.com/OpenHD/QOpenHD.git
cd QOpenHD
apt install -y build-essential cmake python3-pip
pip install future
./build_install_mavsdk.sh

apt install -y \
    qt5-qmake \
    qtdeclarative5-dev \
    libqt5opengl5-dev \
    qtpositioning5-dev \
    libqt5texttospeech5-dev \
    qml-module-qtquick-controls \
    qml-module-qtquick-controls2 \
    qml-module-qt-labs-settings \
    qml-module-qtquick-shapes \
    qml-module-qtquick-extras \
    qml-module-qtlocation \
    qml-module-qtpositioning \
    qml-module-qtquick-dialogs
apt install -y libgstreamer-plugins*
./build_qmake.sh

Running

./build/release/QOpenHD -platform eglfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment