Lua.NET icon indicating copy to clipboard operation
Lua.NET copied to clipboard

Android Native Lua Binaries Needed

Open tilkinsc opened this issue 2 years ago • 0 comments

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

tilkinsc avatar Jan 24 '24 15:01 tilkinsc