I’m probably missing something basic here, but I want to use a Lua library (vstruct - https://github.com/ToxicFrog/vstruct) that consists of multiple lua files in a folder hierarchy. I downloaded vstruct to /usr/local/lib/lua/5.1 and it works fine with plain old lua programs, but not with Corona, which complains it is unable to load.
I copied the vstruct folder to my build folder, same result.
How do I incorporate 3rd party lua libraries (i.e. no shared objects, just lua files) to my project?
[import]uid: 58455 topic_id: 22425 reply_id: 322425[/import]