fmirus / torcs-1.3.7

patched version of torcs1.3.7 including the scr-server and a patch to send the game image to another application
GNU General Public License v2.0
37 stars 33 forks source link

Feature/ubuntu1804 support #6

Closed deltaflyer closed 5 years ago

deltaflyer commented 5 years ago

This branch adds Ubuntu 18.04 compatibility, while maintaining the compatibility to Ubuntu 16.04. This is done be adding a compiler macro that provides conditional code for gcc 7 and newer and older releases (e.g. gcc5 ).

fmirus commented 5 years ago

Looks good to me. Thanks for implementing Ubuntu 18.04 support with backwards compability :)