RaspberryPi3EGLFS: Difference between revisions
Created page with "'''On Raspberry Pi:''' 1. Install the required development files (headers and libraries) for compilation. These will later be used on the host PC. 2. Create the Qt library ta..." |
Tim.Jenssen (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
'''On Raspberry Pi:''' | '''On Raspberry Pi:''' | ||
# Install the required development files (headers and libraries) for compilation. These will later be used on the host PC. | |||
# Create the Qt library target directory and give the pi user permission to modify files in the folder. This allows rsync to copy the library back to the Pi. | |||
'''On Host PC:''' | '''On Host PC:''' | ||
# Create a working directory and download the Raspberry Pi cross compilation toolchain. | |||
# Create a folder to contain copies of Pi's development files required for cross compilation. | |||
# Copy the development files. | |||
# Fix symlinks. | |||
# Download Qt source code and configure. | |||
# Build and install to the qt5pi folder. | |||
# Copy Qt library to Pi. | |||
Latest revision as of 11:34, 3 May 2018
On Raspberry Pi:
- Install the required development files (headers and libraries) for compilation. These will later be used on the host PC.
- Create the Qt library target directory and give the pi user permission to modify files in the folder. This allows rsync to copy the library back to the Pi.
On Host PC:
- Create a working directory and download the Raspberry Pi cross compilation toolchain.
- Create a folder to contain copies of Pi's development files required for cross compilation.
- Copy the development files.
- Fix symlinks.
- Download Qt source code and configure.
- Build and install to the qt5pi folder.
- Copy Qt library to Pi.