diff options
Diffstat (limited to 'games/libretro-lutro/README')
-rw-r--r-- | games/libretro-lutro/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/libretro-lutro/README b/games/libretro-lutro/README new file mode 100644 index 0000000000..e57d7849f0 --- /dev/null +++ b/games/libretro-lutro/README @@ -0,0 +1,7 @@ +Experimental Lua game framework for libretro, following the LÖVE API. + +Lutro is software rendered and implements only a subset of the LÖVE API. +It targets portability though the libretro API and backed in dependancies. + +To build the debugging symbols use: + DEBUG=1 ./libretro-lutro.SlackBuild |