libretro / libretro-super

Super repo for other libretro projects. Fetches, builds and installs.
MIT License
407 stars 284 forks source link

Easyrpg recipe for Linux (x64) is obsolete #1583

Closed tannisroot closed 2 years ago

tannisroot commented 2 years ago
buildbot job: building easyrpg
BUILD CMD: make -f Makefile.libretro platform=unix -j16
make: Makefile.libretro: No such file or directory
make: *** No rule to make target 'Makefile.libretro'.  Stop.

It wants a Makefile.libretro file that isn't there anymore. From what I can see, the build system moved to cmake, so the recipe needs to be updated to that perhaps (I dabbled a bit myself but it still doesn't want to build).

m4xw commented 2 years ago

libretro-super is deprecated

tannisroot commented 2 years ago

Is there a new replacement for it?

Ghabry commented 2 years ago

@tannisroot For easyrpg player see the Libretro section of the readme https://github.com/easyrpg/player

Is a normal CMake build