Skip to content

Commit

Permalink
Install libqt5x11extras5-dev while cross compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffResc committed Sep 3, 2020
1 parent 6e039a0 commit ba13eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CrossCompileHowto.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Update the Ubuntu environment to the latest stage and install required additiona
```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -qq -y install git rsync cmake build-essential qtbase5-dev libqt5serialport5-dev libqt5sql5-sqlite libusb-1.0-0-dev python3-dev libcec-dev libxcb-image0-dev libxcb-util0-dev libxcb-shm0-dev libxcb-render0-dev libxcb-randr0-dev libxrandr-dev libxrender-dev libavahi-core-dev libavahi-compat-libdnssd-dev libjpeg-dev libturbojpeg0-dev libssl-dev zlib1g-dev
sudo apt-get -qq -y install git rsync cmake build-essential qtbase5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5x11extras5-dev libusb-1.0-0-dev python3-dev libcec-dev libxcb-image0-dev libxcb-util0-dev libxcb-shm0-dev libxcb-render0-dev libxcb-randr0-dev libxrandr-dev libxrender-dev libavahi-core-dev libavahi-compat-libdnssd-dev libjpeg-dev libturbojpeg0-dev libssl-dev zlib1g-dev
```

Refine the target IP or hostname, plus userID as required and set-up cross-compilation environment:
Expand Down

0 comments on commit ba13eec

Please sign in to comment.