InterfaceExport icon indicating copy to clipboard operation
InterfaceExport copied to clipboard

Detailed installation and how-to use documentation

Open Railander opened this issue 2 years ago • 1 comments

I downloaded and ran export.lua with lua on linux, but it instantly complains about dependencies, which I can see are already included. Please provide better instructions.

~/InterfaceExport-master$ sudo lua export.lua wrath live code Extracting code from wrath live... lua: export.lua:74: module 'casc' not found: no field package.preload['casc'] no file './InterfaceExport/libs/casc.lua' no file './InterfaceExport/libs/casc/init.lua' no file '/usr/local/lib/lua/5.3/casc.so' no file '/usr/lib/x86_64-linux-gnu/lua/5.3/casc.so' no file '/usr/lib/lua/5.3/casc.so' no file '/usr/local/lib/lua/5.3/loadall.so' no file './casc.so' stack traceback: [C]: in function 'require' export.lua:74: in main chunk [C]: in ?

Railander avatar Nov 07 '23 23:11 Railander

Hey, old post, but I ran into the same issue, and it seems that the package.path is wrong, so it cant find the other packages. Also the dependencies from LuaCASC seem to be missing (see: https://www.townlong-yak.com/casc/ ).

I fixed both these issues in my fork for windows: https://github.com/Karl-HeinzSchneider/InterfaceExport

Karl-HeinzSchneider avatar Aug 03 '24 19:08 Karl-HeinzSchneider