Android Native Lua Binaries Needed
Opened this issue · 0 comments
tilkinsc commented
This repo needs Lua built for Android.
Download lua-all
Download luajit git clone https://luajit.org/git/luajit.git
I am not sure how to build these for Android.
Collect each minor versions highest patch number (5.4.6, 5.3.6, 5.2.4, 5.1.5) and rename the dynamic library appropriately (lua546, lua536, lua524, lua515) For luajit, retain the name of lua51.
Move these dynamic libraries to runtimes/android-arm64/native. example About RIDs