Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Tilengine

2D retro grapics engine with true raster effects for creating 8/16 bit style games · By megamarc

How compile on Mac?

A topic by Sadi created May 07, 2021 Views: 396 Replies: 2
Viewing posts 1 to 2

I download the code and install SDL2, and type make. It’s show error.

make: *** No targets specified and no makefile found. Stop.

Is anyone know how to compile on Mac?

Developer

Hi, there's a standard Makefile inside the src/ subdirectory, you must run make from within this folder. It's the same as Linux platform

Cool! I compile success on Mac. Much appreciate your work!