试图在Raspberry Pi / RetroPie / Debian Jessie上运行酷炫的复古术语

时间:2016-12-27 04:05:05

标签: qt raspberry-pi debian

我正在尝试使用swordfish90的优秀cool-retro-term来处理RetroPie(运行Debian Jessie)以运行具有适当复古风格的文本游戏。

instructions for Debian Jessie允许我编译,但现在我不知道下一步了。

首先,我安装了deps:

$ sudo apt-get install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2

为了在没有内存错误的情况下编译它,我需​​要增加我的swapfile大小。但后来我很高兴。虽然花了一段时间,但它成功编译了。

$ git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
$ cd cool-retro-term
$ qmake && make

但是当我运行它时,我得到一个错误。

$ ./cool-retro-term
QXcbConnection: Could not connect to display

我对X-windows要求的理解存在很大差距。我错过了什么?

1 个答案:

答案 0 :(得分:0)

我首先尝试:

./cool-retro-term -display :0

甚至更好:

bash -c "/fullpath/cool-retro-term -display :0"