Bogdanctx / Radar-Contact

Radar Contact is a 2D Air Traffic Controller game where you have to control an airspace and guide airplanes and helicopters to arrive safely to their destination avoiding storms and collisions. The weather and the air traffic is LIVE.
143 stars 12 forks source link

Ubuntu Version is not starting #8

Closed phismith91 closed 2 months ago

phismith91 commented 2 months ago

Release: 3.1 Asset: both Ubuntu Versions

I downloaded the ubuntu version. I would expect, double click on radar_contact or curl-config will run the installation. But nothing happens. I tried to use it first on Linux Mint and generated also a VM with Ubuntu. Nothing happend

Bogdanctx commented 2 months ago

Hello,

Do you have these libraries installed: libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1 mesa-dev libegl1-mesa-dev libdrm-dev libgbm-dev libfreetype6-dev ? If not, please install them using:

sudo apt-get update
sudo apt-get install \
         libxrandr-dev \
          libxcursor-dev \
          libudev-dev \
          libopenal-dev \
          libflac-dev \
          libvorbis-dev \
          libgl1-mesa-dev \
          libegl1-mesa-dev \
          libdrm-dev \
          libgbm-dev \
          libfreetype6-dev \
          xorg

Ubuntu-22.04 g++-11 requires at least gcc-11 and Ubuntu-22.04 g++-12 requires at least gcc-12.

phismith91 commented 2 months ago

Okay - yes - you're right. I completly jumped over that part. Thanks!