Skip to content

Instantly share code, notes, and snippets.

View jd-boyd's full-sized avatar

Joshua Boyd jd-boyd

View GitHub Profile
@jd-boyd
jd-boyd / qt5-cxrosscompile-env-for-rpi.md
Created October 24, 2017 14:41 — forked from Brainiarc7/qt5-cxrosscompile-env-for-rpi.md
Setting up a Raspberry Pi QT5 cross compile environment on Linux

Generating an environment on Linux to cross-compile QT applications for a Raspberry Pi running Debian Wheezy:

Grab tools (for the cross-compiler tool chain) and firmware (for the OpenGL libraries) from the Raspberry Pi GitHub repository:

git clone https://github.com/raspberrypi/tools.git --depth=1
git clone https://github.com/raspberrypi/firmware.git --depth=1

Copy OpenGL stuff to the toolchain's sysroot:

@jd-boyd
jd-boyd / qt5-cxrosscompile-env-for-rpi.md
Created October 24, 2017 14:41 — forked from Brainiarc7/qt5-cxrosscompile-env-for-rpi.md
Setting up a Raspberry Pi QT5 cross compile environment on Linux

Generating an environment on Linux to cross-compile QT applications for a Raspberry Pi running Debian Wheezy:

Grab tools (for the cross-compiler tool chain) and firmware (for the OpenGL libraries) from the Raspberry Pi GitHub repository:

git clone https://github.com/raspberrypi/tools.git --depth=1
git clone https://github.com/raspberrypi/firmware.git --depth=1

Copy OpenGL stuff to the toolchain's sysroot: