On Sat, May 12, 2018 at 9:43 AM, Alexandros <adrcki@gmail.com> wrote:
In deken there's no binary of PdLua for ARM. In the README for the Linux
binary I read this:

"1. edit Makefile.static to configure your PLATFORM and PDINCLUDE"

But there's no Makefile or any .c file (there's a pd.lua file though).
What do I need to compile PdLua for ARM? Which Makefile, any sources
that might not be included in the available packages?

On debian systems, you can install the package pd-lua.
If you need to compile it yourself, the Makefile will be in the source directory along with the pdlua.c file.
I found a fork of it here:
https://github.com/agraef/pd-lua
so I'm not sure which is the latest and best version.
The last one I worked on is here:
https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/loaders/pdlua/

Martin