Closed n3y closed 9 years ago
Hello, currently the luadist package bootstraps at lua version 5.2.3 as the error says. However the batteries package expects lua 5.1.X to be present. Your C:\Users\me\lua path therefore contains lua-5.2.3 which is in confict with the batteries package dependencies.
In LuaDist you can install modules and lua into separate directories (called deployments), these are separate directories each containing its own set of modules and dependencies. All you need to do is to specify a different empty destination. For example running the following install should pull in lua-5.1.5.
C:\Users\me\lua\bin> luadist C:\Users\me\lua-batteries install batteries -verbose
Hello. Being a newbie to LuaDist, I've installed it on Windows 10 64-bit according to the "LuaDist: Installation" wiki . Base system built OK, but I get dependency errors when trying to install "batteries" dist, and also e.g. "bitlib", "cd", "wxlua" or "zerobranestudio". Some dists install fine, e.g. "luaexpat" or "pcre". Could you please advise how can I get to installing "batteries" in this situation - and could you perhaps document briefly special cases like this on the wiki, too?