Skip to content

Instantly share code, notes, and snippets.

View Plasmarobo's full-sized avatar

Austen Bartels Plasmarobo

View GitHub Profile
@Brainiarc7
Brainiarc7 / qt5-cxrosscompile-env-for-rpi.md
Created March 2, 2017 17:45
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: