PolyMarsDev / Terri-Fried

A multi-platform C++ game made for Ludum Dare 46
205 stars 55 forks source link

Raylib on Linux #16

Open HurricanePootis opened 3 years ago

HurricanePootis commented 3 years ago

I am new to C++, and I just wanted to see if I could compile raylib for linux. I didn't know why you chose to make a libsdl2 version of Terri-Fried whenever raylib worked fine. I guess libsdl2 was just another library to make your game in.

Anyways, the only significant change I made here was the make the raylib makefile more linux-friendly, by specifying it to use c++11 instead of c99.

micwoj92 commented 2 years ago

FYI raylib version doens't compile as of raylib 4.2.0 trollfig