lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, 26 Jan 2011 01:28:07 +0300, Alexander Gladysh
<agladysh@gmail.com> wrote:
>http://www.lua.org/manual/5.1/manual.html#pdf-package.path

Thanks for the tip. I currently have this defined:

LUA_CPATH=/usr/local/lib/lua/5.1.4/?.so;?.so
LUA_PATH=/usr/local/share/lua/5.1.4/?.lua;?.lua

Does Lua look into sub-directories, or must it be told of every
sub-directory where scripts and shared libraries might be found?

Thank you.