rcsoccersim / rcssmonitor

The RoboCup Soccer Simulator Monitor
GNU General Public License v3.0
47 stars 25 forks source link

monitor not compiling on Debian 11 - issue with QT libs #32

Closed smixxer closed 2 years ago

smixxer commented 2 years ago

Hello, I could compile and run the "server" and the "sampleClient", but could not compile the "monitor":

Schermata da 2022-03-31 09-42-12

how to fix that?

hidehisaakiyama commented 2 years ago

I'm not familiar with Debian. In the case of Ubuntu, you can just type the following to install depending libraries:

sudo apt install build-essential libboost-all-dev qt5-default libfontconfig1-dev libaudio-dev libxt-dev libglib2.0-dev libxi-dev libxrender-dev

Please check the latest README.

smixxer commented 2 years ago

Hi, I was doing what recommended in the README you mentioned.

Unfortunately, package qt5-default is not available on debian, not sure how to deal with that...

hidehisaakiyama commented 2 years ago

It's difficult for me to answer this problem because I don't use the latest Debian. https://forum.qt.io/topic/132190/issue-with-sudo-apt-get-install-qt5-default/2 may help you.

smixxer commented 2 years ago

It's difficult for me to answer this problem because I don't use the latest Debian. https://forum.qt.io/topic/132190/issue-with-sudo-apt-get-install-qt5-default/2 may help you.

it's now working: qtbase5-dev was the package needed

thx, you can close the issue to me.