microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
https://microsoft.github.io/AirSim/
Other
16.04k stars 4.48k forks source link

Building AirSim on RHEL 8 #4928

Open lionelalliaj opened 4 months ago

lionelalliaj commented 4 months ago

Looking to build AirSim on my redhat machine. I'm able to install UnrealEngine version 5.3 without any issues. When running ./setup.sh for AirSim I have to change some commands that support redhat. Setup runs successfully. I get a lot of errors when running ./build.sh such as: -- Looking for pthread_create in pthreads - Failed -- Could not fine a package configuration file provided by Terminfo with any of the following names: TerminfoConfig.cmake termifo-config.cmake

Is there any documentation that will support RHEL 8 setup and build.

Thank you