lua-users home
lua-l archive

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


hi, 

Is there some guide(or best practices) on how to organize the compiled lua files
in a project (to assure the 'require', 'dofile' still works after the files are
compiled) ?

I'm using lua5.1 and just figure out a compile like this:
 luac5.1 -o somedir/foo.lua foo.lua
might work but looks confusing.

Thanks,
/al