Closed gileri closed 8 years ago
print(package.path)
lunarender/lib/lua
to path reported by previous stepunfortunately not having linux box at home to trying it by myself
Thanks to your advice, it's working now !
I thought it was packaged because of the lib/lua/lxp/lom.lua
file, but indeed it was missing.
I don't have much exeperience on lua, but I can't manage to launch lunarender on linux ('%' and before is my bash prompt):
% lua bin/lunarender.lua lua: bin/lunarender.lua:5: module 'lunarender.reader' not found
% PATH=.:./bin:./lib:./lib/lua:$PATH lua bin/lunarender.lua lua: bin/lunarender.lua:5: module 'lunarender.reader' not found
lunarender/lib/lua% lua ../../bin/lunarender.lua lua: ./lunarender/reader.lua:5: module 'lxp' not found