aladur / flexemu

An MC6809 emulator running FLEX operating system
GNU General Public License v2.0
16 stars 4 forks source link

e2screen.cpp:39:10: fatal error: QX11Info: No such file or directory #6

Closed oschettler closed 3 years ago

oschettler commented 3 years ago

"make" ends with this error. I am on ElementaryOS 5.1

oschettler commented 3 years ago

I have missed to install libqt5x11extras5-dev as explained in the INSTALL file. My bad

aladur commented 3 years ago

Good to know. I wanted to avoid this dependency but it is needed for a precise emulation of the cursor control/num pad, supporting Num-lock on/off state. Qt seems to have no high-level, platform independent interface for that.