seriema / TurboLoader

A blazingly fast emulator and ROM launcher of all the fun games we grew up with. For today's best home computer, the Raspberry Pi.
MIT License
0 stars 0 forks source link

Set gcc/g++ version #9

Open seriema opened 8 years ago

seriema commented 8 years ago

Use the same gcc and g++ version as RetroPie.

Currently that's 4.7 and we probably want something like this:

cmake -D CMAKE_C_COMPILER=gcc-4.7 -D CMAKE_CXX_COMPILER=g++-4.7 .

Need to make sure we have that installed on our machines, and OSX currently comes with 4.2 so we need to look into how to make this work.

References: http://jamesreubenknowles.com/how-to-install-gcc-4-7-on-mac-os-x-1774