-
Notifications
You must be signed in to change notification settings - Fork 10
/
INSTALL
42 lines (27 loc) · 1015 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Use a provided image (TODO)
Or :
Follow install guides here : https://wiki.qt.io/RaspberryPi2EGLFS
Note : apply the following patch https://github.com/rlamarche/qtbase/commit/81eda315d1720215d99a04de8ad95893c231ef20
Make sure to have installed the following packages :
sudo nano /etc/apt/sources.list
# uncomment src repo
sudo apt-get update
sudo apt-get build-dep qt4-x11
sudo apt-get install apt-transport-https
sudo apt-get build-dep qt4-x11
sudo apt-get build-dep libqt5gui5
sudo apt-get install libudev-dev libinput-dev libts-dev libxcb-xinerama0-dev htop
sudo apt-get install libltdl-dev
sudo apt-get install libexif-dev
sudo apt-get install libturbojpeg1-dev
sudo apt-get install libusb-dev
sudo apt-get install libusb-1.0-0-dev
sudo apt-get install gdb-multiarch
sudo apt-get install xkb-data console-data
sudo apt-get install gphoto2
RUN :
ENV VARS :
cd /home/pi
QT_QPA_EGLFS_FORCE888=1 ./hpis
# Note : this env var is not working
QT_QPA_EVDEV_KEYBOARD_PARAMETERS="keymap=/home/pi/fr.qmap"