/qt5pi

Qt5 docker compiler for raspberry pi

Primary LanguageShellGNU General Public License v3.0GPL-3.0

qt5pi

Qt5 docker compiler for raspberry pi

HOW TO

Set TARGET in Dockerfile to prefereable Raspberry Pi and execute the commands below:

docker build -t qt-builder .
docker run --rm -t -v ~/tmp/qt-src:/src -v ~/tmp/qt-build:/build qt-builder